Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1182 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1218 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1222 Entry = GCMap.size(); in writeModuleInfo()
1311 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1336 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1369 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1373 Entry = GCMap.size(); in writeModuleInfo()
1502 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()