Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h202 DenseMap<const DIGlobalVariable *, uint64_t> CVGlobalVariableOffsets; variable
H A DCodeViewDebug.cpp2306 CVGlobalVariableOffsets.clear(); in clear()
3215 CVGlobalVariableOffsets.insert( in collectGlobalVariableInfo()
3406 if (CVGlobalVariableOffsets.find(DIGV) != CVGlobalVariableOffsets.end()) in emitDebugInfoForGlobal()
3408 Offset = CVGlobalVariableOffsets[DIGV]; in emitDebugInfoForGlobal()