Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h115 PointerUnion<const GlobalVariable *, const DIExpression *> GVInfo; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp948 auto GVInfo = Worklist.pop_back_val(); in computeImportForModule() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp525 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anoneb218b5c0111::IndexBitcodeWriter