Home
last modified time | relevance | path

Searched refs:recordLocalVariable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h221 void recordLocalVariable(LocalVariable &&Var, const DILocation *Loc);
DCodeViewDebug.cpp287 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable() function in CodeViewDebug
768 recordLocalVariable(std::move(Var), VI.Loc->getInlinedAt()); in collectVariableInfoFromMMITable()
860 recordLocalVariable(std::move(Var), InlinedAt); in collectVariableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h297 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
DCodeViewDebug.cpp377 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable() function in CodeViewDebug
1095 recordLocalVariable(std::move(Var), Scope); in collectVariableInfoFromMFTable()
1226 recordLocalVariable(std::move(Var), Scope); in collectVariableInfo()