/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeEndOffset() local 71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeParentOffset() local
|
H A D | SymbolRecordMapping.cpp | 59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 133 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 41 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties() argument 72 const ThunkInfo &Thunk) { in PerformReturnAdjustment() argument 162 GenerateVarArgsThunk(llvm::Function * Fn,const CGFunctionInfo & FnInfo,GlobalDecl GD,const ThunkInfo & Thunk) GenerateVarArgsThunk() argument 298 EmitCallAndReturnForThunk(llvm::FunctionCallee Callee,const ThunkInfo * Thunk,bool IsUnprototyped) EmitCallAndReturnForThunk() argument 452 generateThunk(llvm::Function * Fn,const CGFunctionInfo & FnInfo,GlobalDecl GD,const ThunkInfo & Thunk,bool IsUnprototyped) generateThunk() argument 507 llvm::Constant *Thunk = CGM.GetAddrOfThunk(Name, ThunkVTableTy, GD); maybeEmitThunk() local [all...] |
H A D | ItaniumCXXABI.cpp | 331 setThunkLinkage(llvm::Function * Thunk,bool ForVTable,GlobalDecl GD,bool ReturnAdjustment) setThunkLinkage() argument
|
H A D | MicrosoftCXXABI.cpp | 406 setThunkLinkage(llvm::Function * Thunk,bool ForVTable,GlobalDecl GD,bool ReturnAdjustment) setThunkLinkage() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 460 Function *Thunk = Function::Create(X64Ty, GlobalValue::LinkOnceODRLinkage, 0, buildEntryThunk() local 590 Function *Thunk = buildExitThunk(F->getFunctionType(), F->getAttributes()); buildGuestExitThunk() local 644 Function *Thunk = buildExitThunk(CB->getFunctionType(), CB->getAttributes()); lowerCall() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 1072 const ThunkInfo &Thunk) { in AddThunk() argument 1168 const ThunkInfo &Thunk = TI.second; ComputeThisAdjustments() local 1968 ThunkInfo Thunk = VTableThunks.lookup(I); dumpLayout() local 2016 ThunkInfo Thunk = VTableThunks.lookup(I); dumpLayout() local 2136 const ThunkInfo &Thunk = ThunksVector[I]; dumpLayout() local 2501 AddThunk(const CXXMethodDecl * MD,const ThunkInfo & Thunk) AddThunk() argument 3184 ThunkInfo Thunk = VTableThunks.lookup(I); dumpLayout() local 3200 ThunkInfo Thunk = VTableThunks.lookup(I); dumpLayout() local 3252 const ThunkInfo &Thunk = ThunksVector[I]; dumpLayout() local [all...] |
H A D | MicrosoftMangle.cpp | 3644 mangleThunk(const CXXMethodDecl * MD,const ThunkInfo & Thunk,raw_ostream & Out) mangleThunk() argument [all...] |
H A D | ItaniumMangle.cpp | 7024 mangleThunk(const CXXMethodDecl * MD,const ThunkInfo & Thunk,raw_ostream & Out) mangleThunk() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 189 operator <<(raw_ostream & OS,const codeview::ThunkOrdinal & Thunk) operator <<() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 169 std::function<void()> *Thunk) { in assignCustomValue() 261 std::function<void()> *Thunk) { in assignCustomValue()
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 150 class Thunk; global() variable
|
H A D | Thunks.cpp | 1251 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) { Thunk() function in Thunk [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 433 visitKnownRecord(CVSymbol & CVR,Thunk32Sym & Thunk) visitKnownRecord() argument [all...] |
H A D | llvm-pdbutil.cpp | 1292 while (auto Thunk = Thunks->getNext()) in dumpPretty() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 271 Thunk, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 724 std::function<void()> Thunk; handleAssignments() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 146 void *(*Thunk)(TLVDescriptor *) = nullptr; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 81 ThunkOrdinal Thunk = ThunkOrdinal::Standard; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1628 Error LVSymbolVisitor::visitKnownRecord(CVSymbol &Record, Thunk32Sym &Thunk) { in visitKnownRecord() argument
|