Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h333 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);
H A DCodeViewDebug.cpp1186 emitGlobalVariableList(FI.Globals); in emitDebugInfoForFunction()
2896 emitGlobalVariableList(Block.Globals); in emitLexicalBlock()
3245 emitGlobalVariableList(GlobalVariables); in emitDebugInfoForGlobals()
3278 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList() function in CodeViewDebug