Searched refs:DIGV (Results 1 – 3 of 3) sorted by relevance
126 Value *DIGV = findDbgGlobalDeclare(GV); in getLocationInfo() local127 if (!DIGV) return false; in getLocationInfo()128 DIGlobalVariable Var(cast<MDNode>(DIGV)); in getLocationInfo()
201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
2040 void CodeViewDebug::emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, in emitDebugInfoForGlobal() argument2049 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()