Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h201 DenseMap<const DIGlobalVariable *, uint64_t> CVGlobalVariableOffsets; variable
H A DCodeViewDebug.cpp2287 CVGlobalVariableOffsets.clear(); in clear()
3186 CVGlobalVariableOffsets.insert( in collectGlobalVariableInfo()
3375 if (CVGlobalVariableOffsets.find(DIGV) != CVGlobalVariableOffsets.end()) in emitDebugInfoForGlobal()
3377 Offset = CVGlobalVariableOffsets[DIGV]; in emitDebugInfoForGlobal()