Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A 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()
H A DEHStreamer.cpp380 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
417 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
802 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
809 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
812 Entry = TypeInfos.size(); in emitTypeInfos()
815 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
816 TypeInfos.rend())) { in emitTypeInfos()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp39 static constexpr TypeInfo TypeInfos[] = { variable
45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
49 return TypeInfos[id - 1]; in getInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp842 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
843 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
845 TypeInfos.push_back(TI); in getTypeIDFor()
846 return TypeInfos.size(); in getTypeIDFor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h359 std::vector<const GlobalValue *> TypeInfos;
1075 return TypeInfos;