Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp96 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
103 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
106 Entry = TypeInfos.size(); in emitTypeInfos()
109 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
132 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
DEHStreamer.cpp351 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
383 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
615 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
622 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
625 Entry = TypeInfos.size(); in emitTypeInfos()
628 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
629 TypeInfos.rend())) { in emitTypeInfos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp819 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
820 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
822 TypeInfos.push_back(TI); in getTypeIDFor()
823 return TypeInfos.size(); in getTypeIDFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h335 std::vector<const GlobalValue *> TypeInfos;
964 return TypeInfos;