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.cpp886 auto GVInfo = Worklist.pop_back_val(); in computeImportForModule() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp492 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anond824bc240111::IndexBitcodeWriter