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 86 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
87 DIE *getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV);
DwarfCompileUnit.cpp 102 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
103 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(
655 EntityDie = getOrCreateGlobalVariableDIE(GV);
DwarfDebug.cpp 481 CU.getOrCreateGlobalVariableDIE(GV);
    [all...]

Completed in 71 milliseconds