Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h242 /// Returns number of elements in GCMap.
244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1181 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1217 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1221 Entry = GCMap.size(); in writeModuleInfo()
1310 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1428 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local
1461 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1465 Entry = GCMap.size(); in writeModuleInfo()
1594 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()