Searched refs:addSubprogramNames (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 545 void addSubprogramNames(const DISubprogram *SP, DIE &Die);
|
| D | DwarfCompileUnit.cpp | 315 DD->addSubprogramNames(SP, *SPDie); in updateSubprogramScopeDIE() 462 DD->addSubprogramNames(InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
|
| D | DwarfDebug.cpp | 310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { in addSubprogramNames() function in DwarfDebug
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 730 void addSubprogramNames(const DICompileUnit &CU, const DISubprogram *SP,
|
| D | DwarfCompileUnit.cpp | 417 DD->addSubprogramNames(*CUNode, SP, *SPDie); in updateSubprogramScopeDIE() 559 DD->addSubprogramNames(*CUNode, InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
|
| D | DwarfDebug.cpp | 456 void DwarfDebug::addSubprogramNames(const DICompileUnit &CU, in addSubprogramNames() function in DwarfDebug
|