HomeSort by: relevance | last modified time | path
    Searched refs:getAbstractSPDies (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 165 DenseMap<const MDNode *, DIE *> &getAbstractSPDies() {
DwarfCompileUnit.h 95 DenseMap<const MDNode *, DIE *> &getAbstractSPDies() {
98 return DU->getAbstractSPDies();
DwarfCompileUnit.cpp 649 DIE *OriginDIE = getAbstractSPDies()[InlinedSP];
1076 DIE *&AbsDef = getAbstractSPDies()[Scope->getScopeNode()];
1273 if (DIE *AbsSPDIE = getAbstractSPDies().lookup(SP)) {
DwarfUnit.cpp 1168 (DD->useAllLinkageNames() || DU->getAbstractSPDies().lookup(SP)))
DwarfDebug.cpp 519 (useAllLinkageNames() || InfoHolder.getAbstractSPDies().lookup(SP)))

Completed in 68 milliseconds