Home
last modified time | relevance | path

Searched refs:GCMap (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h235 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp120 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local
122 delete &GCMap; in ~AsmPrinter()
2597 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local
2598 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()
2599 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()
2610 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp112 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) { in getGCPointerMap() argument
132 GCMap.push_back(std::make_pair(B, D)); in getGCPointerMap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp198 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local
200 delete &GCMap; in ~AsmPrinter()
3093 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local
3094 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()
3095 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()
3106 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp199 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local
201 delete &GCMap; in ~AsmPrinter()
3271 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local
3272 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()
3273 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()
3283 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1087 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1116 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1119 Entry = GCMap.size(); in writeModuleInfo()
1202 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1168 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1197 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1201 Entry = GCMap.size(); in writeModuleInfo()
1325 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1196 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1229 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1233 Entry = GCMap.size(); in writeModuleInfo()
1359 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()