Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp97 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
104 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
107 Entry = TypeInfos.size(); in emitTypeInfos()
110 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
133 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
H A DEHStreamer.cpp352 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
36 return TypeInfos[id - 1]; in getInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp770 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
771 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
773 TypeInfos.push_back(TI); in getTypeIDFor()
774 return TypeInfos.size(); in getTypeIDFor()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h335 std::vector<const GlobalValue *> TypeInfos;
922 return TypeInfos;