Home
last modified time | relevance | path

Searched refs:insertDIE (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h120 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
DDwarfUnit.h163 void insertDIE(const DINode *Desc, DIE *D);
DDwarfCompileUnit.cpp24 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
668 insertDIE(Module, IMDie); in constructImportedEntityDIE()
DDwarfUnit.cpp176 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/
DDwarfFile.h137 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
DDwarfCompileUnit.cpp59 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
513 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
788 insertDIE(Module, IMDie); in constructImportedEntityDIE()
DDwarfUnit.h152 void insertDIE(const DINode *Desc, DIE *D);
DDwarfUnit.cpp192 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/
DDwarfCompileUnit.h106 void insertDIE(const MDNode *N, DIE *D) { in insertDIE() function
DDwarfCompileUnit.cpp592 insertDIE(Ty, TyDIE); in getOrCreateTypeDIE()
900 insertDIE(NS, NDie); in getOrCreateNameSpace()
927 insertDIE(SP, SPDie); in getOrCreateSubprogramDIE()
1052 insertDIE(N, VariableDIE); in createGlobalVariableDIE()
DDwarfDebug.cpp525 TheCU->insertDIE(N, SubprogramDie); in constructSubprogramDIE()