/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 97 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()
|
D | EHStreamer.cpp | 349 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local 379 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable() 610 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local 617 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos() 620 Entry = TypeInfos.size(); in emitTypeInfos() 623 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos() 624 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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 348 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in EmitExceptionTable() local 390 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in EmitExceptionTable() 490 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in EmitExceptionTable() 680 if (VerboseAsm && !TypeInfos.empty()) { in EmitExceptionTable() 683 Entry = TypeInfos.size(); in EmitExceptionTable() 687 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) { in EmitExceptionTable()
|
/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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 309 TypeInfos.clear(); in EndFunction() 513 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor() 514 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor() 516 TypeInfos.push_back(TI); in getTypeIDFor() 517 return TypeInfos.size(); in getTypeIDFor()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 135 std::vector<const GlobalVariable *> TypeInfos; variable 380 return TypeInfos; in getTypeInfos()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 205 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in EmitExceptionTable() local 381 unsigned SizeTypes = TypeInfos.size() * TD->getPointerSize(); in EmitExceptionTable() 453 for (unsigned M = TypeInfos.size(); M; --M) { in EmitExceptionTable() 454 const GlobalVariable *GV = TypeInfos[M - 1]; in EmitExceptionTable()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 774 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor() 775 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor() 777 TypeInfos.push_back(TI); in getTypeIDFor() 778 return TypeInfos.size(); in getTypeIDFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 331 std::vector<const GlobalValue *> TypeInfos; 860 return TypeInfos;
|