Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h177 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
H A DDwarfDebug.h87 DIE *getDIE() const { return TheDIE; } in getDIE() function
H A DDwarfUnit.cpp195 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
/freebsd/contrib/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