/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 96 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()
|
D | EHStreamer.cpp | 351 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/ |
D | ARMException.cpp | 96 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()
|
D | EHStreamer.cpp | 383 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/ |
D | ARMException.cpp | 102 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()
|
D | EHStreamer.cpp | 339 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/ |
D | MachineModuleInfo.cpp | 246 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/ |
D | Types.cpp | 26 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/ |
D | Types.cpp | 39 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/ |
D | MachineModuleInfo.h | 144 std::vector<const GlobalValue *> TypeInfos; variable 411 return TypeInfos; in getTypeInfos()
|
/external/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-90.pass.sh.s | 94 @ >> Catch TypeInfos <<
|
D | ttype-encoding-00.pass.sh.s | 95 @ >> Catch TypeInfos <<
|
/external/llvm-project/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-00.pass.sh.s | 95 @ >> Catch TypeInfos <<
|
D | ttype-encoding-90.pass.sh.s | 94 @ >> Catch TypeInfos <<
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 819 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/ |
D | MachineFunction.cpp | 842 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/ |
D | gcc_except_table_bb_sections_ehpad_groups_with_cold.ll | 92 ; CHECK-NEXT: # >> Catch TypeInfos <<
|
D | gnu-eh-alternative.ll | 94 ; ASM: # >> Catch TypeInfos <<
|
D | gcc_except_table_bb_sections.ll | 157 ; CHECK-NEXT: # >> Catch TypeInfos <<
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 335 std::vector<const GlobalValue *> TypeInfos; 964 return TypeInfos;
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-exception.ll | 127 ; ASM: # >> Catch TypeInfos <<
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 351 std::vector<const GlobalValue *> TypeInfos; 1052 return TypeInfos;
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | eh-lsda.ll | 104 ; CHECK-NEXT: # >> Catch TypeInfos <<
|