Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp381 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
424 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
810 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
817 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
820 Entry = TypeInfos.size(); in emitTypeInfos()
823 for (const GlobalValue *GV : llvm::reverse(TypeInfos)) { in emitTypeInfos()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp36 static constexpr TypeInfo TypeInfos[] = { variable
42 static const unsigned numTypes = std::size(TypeInfos);
46 return TypeInfos[id - 1]; in getInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp885 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
886 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
888 TypeInfos.push_back(TI); in getTypeIDFor()
889 return TypeInfos.size(); in getTypeIDFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h418 std::vector<const GlobalValue *> TypeInfos;
1386 return TypeInfos;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc28302 {"_ZL9TypeInfos", "TypeInfos"},