Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp300 typedef std::pair<GlobalValue::GUID, GlobalValueSummary *> GVInfo; typedef in __anonf8687d3e0111::IndexBitcodeWriter
307 GVInfo> {
388 GVInfo operator*() { in operator *()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp425 forEachSummary([&](GVInfo I, bool) { in IndexBitcodeWriter()
431 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anon7098d7760111::IndexBitcodeWriter
3726 forEachSummary([&](GVInfo I, bool IsAliasee) { in writeCombinedGlobalValueSummary()