Home
last modified time | relevance | path

Searched refs:CVGlobalVariableOffsets (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h221 DenseMap<const DIGlobalVariable *, uint64_t> CVGlobalVariableOffsets; variable
H A DCodeViewDebug.cpp2339 CVGlobalVariableOffsets.clear(); in collectMemberInfo()
3252 CVGlobalVariableOffsets.insert( in collectGlobalVariableInfo()
3443 if (CVGlobalVariableOffsets.contains(DIGV)) in emitDebugInfoForGlobal()
3445 Offset = CVGlobalVariableOffsets[DIGV];