Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.h353 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);
HDCodeViewDebug.cpp1201 emitGlobalVariableList(FI.Globals); in emitDebugInfoForFunction()
2958 emitGlobalVariableList(Block.Globals); in emitLexicalBlock()
3311 emitGlobalVariableList(GlobalVariables); in emitDebugInfoForGlobals()
3344 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList() function in CodeViewDebug