Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h181 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
H A DDwarfCompileUnit.cpp152 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE( in getOrCreateGlobalVariableDIE() function in DwarfCompileUnit
1368 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()
H A DDwarfDebug.cpp1214 CU.getOrCreateGlobalVariableDIE(GV, sortGlobalExprs(GVMap[GV])); in beginModule()