Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3075 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo() local
3083 VariableList = Insertion.first->second.get(); in collectGlobalVariableInfo()
3086 VariableList = &ComdatVariables; in collectGlobalVariableInfo()
3089 VariableList = &GlobalVariables; in collectGlobalVariableInfo()
3091 VariableList->emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()