Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp93 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
100 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
103 Entry = TypeInfos.size(); in emitTypeInfos()
106 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
129 Asm->emitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
H A DEHStreamer.cpp383 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
426 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
812 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
819 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
822 Entry = TypeInfos.size(); in emitTypeInfos()
825 for (const GlobalValue *GV : llvm::reverse(TypeInfos)) { in emitTypeInfos()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DTypes.cpp39 static constexpr TypeInfo TypeInfos[] = { variable
45 static const unsigned numTypes = std::size(TypeInfos);
49 return TypeInfos[id - 1]; in getInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp815 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
816 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
818 TypeInfos.push_back(TI); in getTypeIDFor()
819 return TypeInfos.size(); in getTypeIDFor()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h385 std::vector<const GlobalValue *> TypeInfos;
1215 return TypeInfos;