Searched defs:Thunk (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DThunks.h29 class Thunk { class in namespace:lld::elf
[all...]
H A DThunks.cpp865 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} function in class:Thunk
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); local
71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); local
H A DSymbolRecordMapping.cpp59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { argument
[all...]
H A DSymbolDumper.cpp135 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp174 operator <<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp396 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp40 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, argument
69 PerformReturnAdjustment(CodeGenFunction &CGF, QualType ResultType, RValue RV, const ThunkInfo &Thunk) argument
157 GenerateVarArgsThunk(llvm::Function *Fn, const CGFunctionInfo &FnInfo, GlobalDecl GD, const ThunkInfo &Thunk) argument
292 EmitCallAndReturnForThunk(llvm::FunctionCallee Callee, const ThunkInfo *Thunk, bool IsUnprototyped) argument
446 generateThunk(llvm::Function *Fn, const CGFunctionInfo &FnInfo, GlobalDecl GD, const ThunkInfo &Thunk, bool IsUnprototyped) argument
507 llvm::Constant *Thunk = CGM.GetAddrOfThunk(Name, ThunkVTableTy, GD); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h82 ThunkOrdinal Thunk = ThunkOrdinal::Standard; member in class:llvm::codeview::Thunk32Sym
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h271 Thunk, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3095 mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, raw_ostream &Out) argument
H A DVTableBuilder.cpp1162 const ThunkInfo &Thunk = TI.second; local
1961 ThunkInfo Thunk = VTableThunks.lookup(I); local
1065 AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk) argument
2009 ThunkInfo Thunk = VTableThunks.lookup(I); local
2131 const ThunkInfo &Thunk = ThunksVector[I]; local
2497 AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk) argument
3182 ThunkInfo Thunk = VTableThunks.lookup(I); local
3198 ThunkInfo Thunk = VTableThunks.lookup(I); local
3250 const ThunkInfo &Thunk = ThunksVector[I]; local
[all...]

Completed in 114 milliseconds