Searched refs:TIs (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86IndirectThunks.cpp | 114 std::tuple<RetpolineThunkInserter, LVIThunkInserter> TIs; member in __anon895360c00111::X86IndirectThunks 262 initTIs(M, TIs); in doInitialization() 269 return runTIs(MMI, MF, TIs); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 116 ArrayRef<TypeIndex> TIs( in addReferencedTypes() 122 for (TypeIndex RefTI : TIs) in addReferencedTypes()
|
| H A D | DumpOutputStyle.cpp | 932 std::vector<std::string> TIs; in dumpXmi() local 934 TIs.push_back(std::string(formatv("{0,+10:X+}", fmtle(I)))); in dumpXmi() 936 typesetItemList(TIs, P.getIndentLevel() + 35, 12, " "); in dumpXmi()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SLSHardening.cpp | 411 std::tuple<SLSBLRThunkInserter> TIs; member in __anon230b6b790511::AArch64IndirectThunks 439 initTIs(M, TIs); in doInitialization() 446 return runTIs(MMI, MF, TIs); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSLSHardening.cpp | 384 std::tuple<SLSBLRThunkInserter> TIs; member in __anon8cb5f3e70511::ARMIndirectThunks 412 initTIs(M, TIs); in doInitialization() 419 return runTIs(MMI, MF, TIs); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 177 const SmallPtrSetImpl<BasicBlock *> &TIs) const { in hasEscapePath() 197 if (TIs.count(BB)) in hasEscapePath()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 167 std::map<StringRef, ThrowInfo> TIs; in dumpCXXData() local 287 TIs[SymName] = TI; in dumpCXXData() 404 for (const auto &TIPair : TIs) { in dumpCXXData()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 40 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences() 54 std::forward<Indices>(TIs)...); in checkTypeReferences()
|