Searched refs:KVPair (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h297 for (auto &KVPair : NewStubInfos) {
298 std::string BodyName = Mangle(KVPair->first + BodySuffix,
300 auto &CCInfo = KVPair->second;
314 for (auto &KVPair : StubInfos) {
315 std::string AddrName = Mangle(KVPair.first + AddrSuffix,
317 auto &CCInfo = KVPair.second;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h65 typedef std::pair<const Decl *, FunctionSummary> KVPair; typedef
66 I = Map.insert(KVPair(D, FunctionSummary())).first;
/external/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp90 for (auto &KVPair : PMap) {
95 if (KVPair.second.count(&Orig)) {
109 if (KVPair.second.count(&Orig))
120 CloneSubModule(*KVPair.first, M, ExtractGlobalVars, ExtractFunctions,
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2157 for (auto KVPair : Info.PointerToBase) {
2158 Bases.insert(KVPair.second);
2180 for (auto KVPair : Info.PointerToBase)
2181 if (!Updated.count(KVPair.first))
2182 ToErase.insert(KVPair.first);
2187 for (auto KVPair : Info.PointerToBase)
2188 assert(Updated.count(KVPair.first) && "record for non-live value");

Completed in 845 milliseconds