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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2994 const DIGlobalVariable *DIGV = GVE->getVariable(); local
2999 CVGlobalVariable CVGV = {DIGV, DIE};
3007 DIScope *Scope = DIGV->getScope();
3023 CVGlobalVariable CVGV = {DIGV, GV};
3077 const DIGlobalVariable *DIGV = CVGV.DIGV; local
3084 ? (DIGV->isLocalToUnit() ? SymbolKind::S_LTHREAD32
3086 : (DIGV->isLocalToUnit() ? SymbolKind::S_LDATA32
3090 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4);
3097 emitNullTerminatedSymbolName(OS, DIGV
[all...]
H A DCodeViewDebug.h103 const DIGlobalVariable *DIGV; member in struct:llvm::CodeViewDebug::CVGlobalVariable

Completed in 99 milliseconds