Home
last modified time | relevance | path

Searched refs:getOrCreateGlobalVariableDIE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h82 DIE *getOrCreateGlobalVariableDIE(DIGlobalVariable GV);
DDwarfCompileUnit.cpp99 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(DIGlobalVariable GV) { in getOrCreateGlobalVariableDIE() function in llvm::DwarfCompileUnit
648 EntityDie = getOrCreateGlobalVariableDIE(GV); in constructImportedEntityDIE()
DDwarfDebug.cpp458 CU.getOrCreateGlobalVariableDIE(GV); in beginModule()