Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDbgInfoPrinter.cpp126 Value *DIGV = findDbgGlobalDeclare(GV); in getLocationInfo() local
127 if (!DIGV) return false; in getLocationInfo()
128 DIGlobalVariable Var(cast<MDNode>(DIGV)); in getLocationInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
DCodeViewDebug.cpp2040 void CodeViewDebug::emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, in emitDebugInfoForGlobal() argument
2049 const auto *GV = cast<GlobalVariable>(DIGV->getVariable()); in emitDebugInfoForGlobal()
2050 if (DIGV->isLocalToUnit()) { in emitDebugInfoForGlobal()
2068 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()
2074 emitNullTerminatedSymbolName(OS, DIGV->getName()); in emitDebugInfoForGlobal()