Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDStackMaps.h244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackMaps.cpp136 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) { in getGCPointerMap() argument
143 GCMap.push_back(std::make_pair(B, D)); in getGCPointerMap()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.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-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.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()