Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp88 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
95 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
98 Entry = TypeInfos.size(); in emitTypeInfos()
101 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
124 Asm->emitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
H A DEHStreamer.cpp377 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
414 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
799 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
806 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
809 Entry = TypeInfos.size(); in emitTypeInfos()
812 for (const GlobalValue *GV : llvm::reverse(TypeInfos)) { in emitTypeInfos()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lld/test/MachO/
H A Dcompact-unwind-lsda-folding.s95 ## >> Catch TypeInfos <<
146 ## >> Catch TypeInfos <<
H A Ddead-strip.s745 ## >> Catch TypeInfos <<
819 ## >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DELF_ehframe_large_static_personality_encodings.s92 # >> Catch TypeInfos <<
179 # >> Catch TypeInfos <<
/llvm-project-15.0.7/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-90.pass.sh.s94 @ >> Catch TypeInfos <<
H A Dttype-encoding-00.pass.sh.s95 @ >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dgcc_except_table_bb_sections_ehpad_groups_with_cold.ll92 ; CHECK-NEXT: # >> Catch TypeInfos <<
H A Dgnu-eh-alternative.ll93 ; ASM: # >> Catch TypeInfos <<
H A Dgcc_except_table_bb_sections.ll214 ; CHECK-NEXT: # >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp865 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
866 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
868 TypeInfos.push_back(TI); in getTypeIDFor()
869 return TypeInfos.size(); in getTypeIDFor()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h380 std::vector<const GlobalValue *> TypeInfos;
1212 return TypeInfos;
/llvm-project-15.0.7/bolt/test/runtime/X86/Inputs/
H A Dpie-exceptions-failed-split.s254 # >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-exception.ll164 ; ASM: # >> Catch TypeInfos <<
/llvm-project-15.0.7/bolt/test/X86/
H A Dsplit-landing-pad.s151 # >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Deh-lsda.ll122 ; CHECK-NEXT: # >> Catch TypeInfos <<
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dbuiltin_sjlj_landingpad.ll285 ; PIC-NEXT: # >> Catch TypeInfos <<