Home
last modified time | relevance | path

Searched refs:TIs (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp114 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 DTypeReferenceTracker.cpp116 ArrayRef<TypeIndex> TIs( in addReferencedTypes()
122 for (TypeIndex RefTI : TIs) in addReferencedTypes()
H A DDumpOutputStyle.cpp932 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 DAArch64SLSHardening.cpp411 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 DARMSLSHardening.cpp384 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 DCoroElide.cpp177 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 Dllvm-cxxdump.cpp167 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 DTypeIndexDiscoveryTest.cpp40 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences()
54 std::forward<Indices>(TIs)...); in checkTypeReferences()