Searched refs:insertDIE (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.h | 120 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
|
D | DwarfUnit.h | 163 void insertDIE(const DINode *Desc, DIE *D);
|
D | DwarfCompileUnit.cpp | 24 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit() 668 insertDIE(Module, IMDie); in constructImportedEntityDIE()
|
D | DwarfUnit.cpp | 176 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit 178 DU->insertDIE(Desc, D); in insertDIE() 304 insertDIE(N, &Die); in createAndAddDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.h | 137 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
|
D | DwarfCompileUnit.cpp | 59 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit() 513 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl() 788 insertDIE(Module, IMDie); in constructImportedEntityDIE()
|
D | DwarfUnit.h | 152 void insertDIE(const DINode *Desc, DIE *D);
|
D | DwarfUnit.cpp | 192 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit 194 DU->insertDIE(Desc, D); in insertDIE() 358 insertDIE(N, &Die); in createAndAddDIE()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 106 void insertDIE(const MDNode *N, DIE *D) { in insertDIE() function
|
D | DwarfCompileUnit.cpp | 592 insertDIE(Ty, TyDIE); in getOrCreateTypeDIE() 900 insertDIE(NS, NDie); in getOrCreateNameSpace() 927 insertDIE(SP, SPDie); in getOrCreateSubprogramDIE() 1052 insertDIE(N, VariableDIE); in createGlobalVariableDIE()
|
D | DwarfDebug.cpp | 525 TheCU->insertDIE(N, SubprogramDie); in constructSubprogramDIE()
|