Home
last modified time | relevance | path

Searched defs:getDIE (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h177 DIE *getDIE(const MDNode *TypeMD) { getDIE() function
H A DDwarfDebug.h87 DIE *getDIE() const { return TheDIE; } in getDIE() function
H A DDwarfUnit.cpp196 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h39 DIE *getDIE() { return OutputDIE; } in getDIE() function
H A DDWARFLinkerCompileUnit.h490 DWARFDie getDIE(const DWARFDebugInfoEntry *Die) { in getDIE() function