Home
last modified time | relevance | path

Searched defs:Thunk (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeEndOffset() local
71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym); in getScopeParentOffset() local
H A DSymbolRecordMapping.cpp59 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
H A DSymbolDumper.cpp133 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp40 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties()
71 const ThunkInfo &Thunk) { in PerformReturnAdjustment()
161 GlobalDecl GD, const ThunkInfo &Thunk) { in GenerateVarArgsThunk()
297 const ThunkInfo *Thunk, in EmitCallAndReturnForThunk()
451 const ThunkInfo &Thunk, in generateThunk()
510 llvm::Constant *Thunk = CGM.GetAddrOfThunk(Name, ThunkVTableTy, GD); in maybeEmitThunk() local
H A DItaniumCXXABI.cpp285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
H A DMicrosoftCXXABI.cpp394 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1068 const ThunkInfo &Thunk) { in AddThunk()
1164 const ThunkInfo &Thunk = TI.second; in ComputeThisAdjustments() local
1962 ThunkInfo Thunk = VTableThunks.lookup(I); in dumpLayout() local
2010 ThunkInfo Thunk = VTableThunks.lookup(I); in dumpLayout() local
2132 const ThunkInfo &Thunk = ThunksVector[I]; in dumpLayout() local
2498 void AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk) { in AddThunk()
3181 ThunkInfo Thunk = VTableThunks.lookup(I); in dumpLayout() local
3197 ThunkInfo Thunk = VTableThunks.lookup(I); in dumpLayout() local
3249 const ThunkInfo &Thunk = ThunksVector[I]; in dumpLayout() local
H A DMicrosoftMangle.cpp3507 const ThunkInfo &Thunk, in mangleThunk()
H A DItaniumMangle.cpp6348 const ThunkInfo &Thunk, in mangleThunk()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp189 const codeview::ThunkOrdinal &Thunk) { in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp169 std::function<void()> *Thunk) { in assignCustomValue()
261 std::function<void()> *Thunk) { in assignCustomValue()
/openbsd-src/gnu/llvm/lld/ELF/
H A DRelocations.h136 class Thunk; variable
H A DThunks.cpp1220 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) { in Thunk() function in Thunk
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml90 | Thunk Constructor
H A Dllvm_debuginfo.mli90 | Thunk Constructor
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp413 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, Thunk32Sym &Thunk) { in visitKnownRecord()
H A Dllvm-pdbutil.cpp1294 while (auto Thunk = Thunks->getNext()) in dumpPretty() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h271 Thunk, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp682 std::function<void()> Thunk; in handleAssignments() local
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp167 void *(*Thunk)(TLVDescriptor *) = nullptr; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h81 ThunkOrdinal Thunk = ThunkOrdinal::Standard; variable