HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateContextDIE (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 687 DIE *DwarfUnit::getOrCreateContextDIE(const DIScope *Context) {
703 DIE *ContextDIE = getOrCreateContextDIE(Context);
733 DIE *ContextDIE = getOrCreateContextDIE(Context);
    [all...]
DwarfUnit.h 303 DIE *getOrCreateContextDIE(const DIScope *Context);
DwarfCompileUnit.cpp 116 DIE *ContextDIE = getOrCreateContextDIE(GVContext);
627 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope()));
DwarfDebug.cpp 455 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
    [all...]

Completed in 261 milliseconds