Searched defs:Thunks (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SLSHardening.cpp | 241 convertBLRToBL(MachineModuleInfo & MMI,MachineBasicBlock & MBB,MachineBasicBlock::instr_iterator MBBI,ThunksSet & Thunks) convertBLRToBL() argument 350 hardenBLRs(MachineModuleInfo & MMI,MachineBasicBlock & MBB,ThunksSet & Thunks) hardenBLRs() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-thunk.cpp | 129 struct Thunks : Base1, Base2 { struct 130 long l;
|
H A D | thunks.cpp | 200 struct Thunks : Base1, Base2 { struct 201 long l;
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 69 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
|
H A D | llvm-pdbutil.cpp | 1290 if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) { in dumpPretty() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | VTableBuilder.h | 333 ThunksMapTy Thunks; variable
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 497 const ItaniumVTableContext::ThunkInfoVectorTy *Thunks = in emitVTableSymbols() local
|
/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 888 ThunksMapTy Thunks; member in __anonc07993e90111::ItaniumVTableBuilder 2591 ThunksMapTy Thunks; global() member in __anonc07993e90711::VFTableBuilder [all...] |
H A D | ASTContext.cpp | 13942 llvm::StringMap<llvm::SmallVector<std::string, 2>> Thunks; useAbbreviatedThunkName() local
|