Home
last modified time | relevance | path

Searched refs:addValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h187 addValues(Vals); in DebugLocEntry()
206 void addValues(ArrayRef<DbgValueLoc> Vals) { in addValues() function
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptTable.h187 bool addValues(const char *Option, const char *Values);
/llvm-project-15.0.7/llvm/lib/Option/
H A DOptTable.cpp324 bool OptTable::addValues(const char *Option, const char *Values) { in addValues() function in OptTable