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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 538 DIE *DwarfUnit::getOrCreateContextDIE(const DIScope *Context) {
554 DIE *ContextDIE = getOrCreateContextDIE(Context);
618 DIE *ContextDIE = getOrCreateContextDIE(Context);
1048 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope());
1069 DIE *ContextDIE = getOrCreateContextDIE(M->getScope());
1102 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope());
1653 DIE *ContextDIE = getOrCreateContextDIE(DT->getScope());
DwarfUnit.h 250 DIE *getOrCreateContextDIE(const DIScope *Context);
DwarfCompileUnit.cpp 150 : getOrCreateContextDIE(GVContext);
336 DIE *ContextDIE = getOrCreateContextDIE(CB->getScope());
1095 ContextDIE = getOrCreateContextDIE(SP->getScope());
DwarfDebug.cpp 1131 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))

Completed in 51 milliseconds