Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h317 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);
H A DCodeViewDebug.cpp1106 emitGlobalVariableList(FI.Globals); in emitDebugInfoForFunction()
2786 emitGlobalVariableList(Block.Globals); in emitLexicalBlock()
3121 emitGlobalVariableList(GlobalVariables); in emitDebugInfoForGlobals()
3154 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList() function in CodeViewDebug