Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp136 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) { in getGCPointerMap() argument
143 GCMap.push_back(std::make_pair(B, D)); in getGCPointerMap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp208 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local
210 delete &GCMap; in ~AsmPrinter()
3411 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local
3412 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()
3413 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()
3423 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1231 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1264 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1268 Entry = GCMap.size(); in writeModuleInfo()
1394 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()