Home
last modified time | relevance | path

Searched defs:GVInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h104 PointerUnion<const GlobalVariable *, const DIExpression *> GVInfo; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp593 auto GVInfo = Worklist.pop_back_val(); in ComputeImportForModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp448 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anon97c08c270111::IndexBitcodeWriter