Home
last modified time | relevance | path

Searched defs:CVGV (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3220 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local
3244 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local
3251 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals() local
3258 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals() local
3281 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local
3308 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList() local
3374 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2999 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local
3023 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local
3043 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local
3070 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList() local
3076 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal()