Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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()
DEHStreamer.cpp351 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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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()
DEHStreamer.cpp383 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
420 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()
808 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
815 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
818 Entry = TypeInfos.size(); in emitTypeInfos()
821 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
822 TypeInfos.rend())) { in emitTypeInfos()
/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp102 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
109 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
112 Entry = TypeInfos.size(); in emitTypeInfos()
115 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
136 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
DEHStreamer.cpp339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()
466 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in emitExceptionTable()
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
659 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
662 Entry = TypeInfos.size(); in emitTypeInfos()
665 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
666 TypeInfos.rend())) { in emitTypeInfos()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp246 TypeInfos.clear(); in EndFunction()
428 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
429 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
431 TypeInfos.push_back(TI); in getTypeIDFor()
432 return TypeInfos.size(); in getTypeIDFor()
/external/clang/lib/Driver/
DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
36 return TypeInfos[id - 1]; in getInfo()
/external/llvm-project/clang/lib/Driver/
DTypes.cpp39 static constexpr TypeInfo TypeInfos[] = { variable
45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
49 return TypeInfos[id - 1]; in getInfo()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h144 std::vector<const GlobalValue *> TypeInfos; variable
411 return TypeInfos; in getTypeInfos()
/external/libcxxabi/test/native/arm-linux-eabi/
Dttype-encoding-90.pass.sh.s94 @ >> Catch TypeInfos <<
Dttype-encoding-00.pass.sh.s95 @ >> Catch TypeInfos <<
/external/llvm-project/libcxxabi/test/native/arm-linux-eabi/
Dttype-encoding-00.pass.sh.s95 @ >> Catch TypeInfos <<
Dttype-encoding-90.pass.sh.s94 @ >> Catch TypeInfos <<
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp819 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
820 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
822 TypeInfos.push_back(TI); in getTypeIDFor()
823 return TypeInfos.size(); in getTypeIDFor()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm-project/llvm/test/CodeGen/X86/
Dgcc_except_table_bb_sections_ehpad_groups_with_cold.ll92 ; CHECK-NEXT: # >> Catch TypeInfos <<
Dgnu-eh-alternative.ll94 ; ASM: # >> Catch TypeInfos <<
Dgcc_except_table_bb_sections.ll157 ; CHECK-NEXT: # >> Catch TypeInfos <<
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h335 std::vector<const GlobalValue *> TypeInfos;
964 return TypeInfos;
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-exception.ll127 ; ASM: # >> Catch TypeInfos <<
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h351 std::vector<const GlobalValue *> TypeInfos;
1052 return TypeInfos;
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Deh-lsda.ll104 ; CHECK-NEXT: # >> Catch TypeInfos <<