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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h242 /// Returns number of elements in GCMap.
244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp136 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) {
143 GCMap.push_back(std::make_pair(B, D));
135 getGCPointerMap( SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp207 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); local
209 delete &GCMap;
3386 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
3387 gcp_map_type::iterator GCPI = GCMap.find(&S);
3388 if (GCPI != GCMap.end())
3398 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP)));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1227 std::map<std::string, unsigned> GCMap; local
1260 unsigned &Entry = GCMap[F.getGC()];
1264 Entry = GCMap.size();
1390 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);

Completed in 216 milliseconds