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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 99 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
100 DIE *getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV);
DwarfCompileUnit.cpp 103 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
104 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(
680 EntityDie = getOrCreateGlobalVariableDIE(GV);
    [all...]
DwarfDebug.cpp 484 CU.getOrCreateGlobalVariableDIE(GV);
    [all...]

Completed in 163 milliseconds