Searched defs:DIGV (Results 1 - 2 of 2) sorted by relevance

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

Completed in 485 milliseconds