Searched refs:collectVariableInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 215 void collectVariableInfo(const DISubprogram *SP);
|
D | DwarfDebug.h | 438 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
|
D | DwarfDebug.cpp | 928 void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, in collectVariableInfo() function in DwarfDebug 1119 collectVariableInfo(TheCU, SP, ProcessedVars); in endFunction()
|
D | CodeViewDebug.cpp | 772 void CodeViewDebug::collectVariableInfo(const DISubprogram *SP) { in collectVariableInfo() function in CodeViewDebug 1922 collectVariableInfo(GV->getSubprogram()); in endFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 282 void collectVariableInfo(const DISubprogram *SP);
|
D | DwarfDebug.h | 472 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
|
D | DwarfDebug.cpp | 1198 void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, in collectVariableInfo() function in DwarfDebug 1421 collectVariableInfo(TheCU, SP, ProcessedVars); in endFunctionImpl()
|
D | CodeViewDebug.cpp | 1198 void CodeViewDebug::collectVariableInfo(const DISubprogram *SP) { in collectVariableInfo() function in CodeViewDebug 2592 collectVariableInfo(GV.getSubprogram()); in endFunctionImpl()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 439 void collectVariableInfo(const MachineFunction *,
|
D | DwarfDebug.cpp | 876 DwarfDebug::collectVariableInfo(const MachineFunction *MF, in collectVariableInfo() function in DwarfDebug 1302 collectVariableInfo(MF, ProcessedVars); in endFunction()
|