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 661 DIE *DwarfUnit::getOrCreateContextDIE(const DIScope *Context) {
677 DIE *ContextDIE = getOrCreateContextDIE(Context);
705 DIE *ContextDIE = getOrCreateContextDIE(Context);
    [all...]
DwarfUnit.h 293 DIE *getOrCreateContextDIE(const DIScope *Context);
DwarfCompileUnit.cpp 117 DIE *ContextDIE = getOrCreateContextDIE(GVContext);
652 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope()));
    [all...]
DwarfDebug.cpp 459 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
    [all...]

Completed in 87 milliseconds