Home
last modified time | relevance | path

Searched refs:thunks (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp199 llvm::partition_point(thunks, [isecVA](const ConcatInputSection *t) { in estimateBranchTargetThresholdVA()
202 uint64_t existingForwardThunks = thunks.end() - itPostcallIdxThunks; in estimateBranchTargetThresholdVA()
412 thunks.push_back(thunkInfo.isec); in finalize()
433 size_t t = 0, te = thunks.size(); in writeTo()
436 inputs[i]->outSecOff < thunks[t]->outSecOff)) { in writeTo()
440 while (t < te && (i == ie || thunks[t]->outSecOff < inputs[i]->outSecOff)) { in writeTo()
441 thunks[t]->writeTo(buf + thunks[t]->outSecOff); in writeTo()
H A DConcatOutputSection.h75 ArrayRef<ConcatInputSection *> getThunks() const { return thunks; } in getThunks()
85 std::vector<ConcatInputSection *> thunks; variable
H A DOptions.td88 " safe_thunks - Like safe, but replaces address-significant functions with thunks\n"
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h48 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks()
68 std::vector<Chunk *> thunks; variable
H A DDLL.cpp970 thunks.push_back(t); in create()
1002 thunks.push_back(tm); in create()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h248 static bool thunks() { return false; } in thunks() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td218 // Arm64EC thunks use a calling convention that's precisely the x64 calling
223 …c: the InReg attribute can be used to access the x64 sp passed into entry thunks in x4 from the IR.
279 // Arm64EC thunks: the first argument is always a pointer to the destination
291 // The native side of ARM64EC thunks
610 // To match the x64 calling convention, Arm64EC thunks preserve q6-q15.
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h219 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
H A DSyntheticSections.cpp4319 thunks.push_back(t); in addThunk()
4324 for (Thunk *t : thunks) in writeTo()
4329 if (thunks.empty()) in getTargetInputSection()
4331 const Thunk *t = thunks.front(); in getTargetInputSection()
4338 for (Thunk *t : thunks) { in assignOffsets()
H A DRelocations.cpp2393 if (Thunk *t = thunks.lookup(rel.sym)) { in normalizeExistingThunk()
2498 thunks[t->getThunkTargetSym()] = t; in createThunks()
H A DSyntheticSections.h1312 SmallVector<Thunk *, 0> thunks;
H A DOptions.td382 HelpText<"Always generate position independent thunks (veneers)">;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp268 assert(!cir::MissingFeatures::thunks()); in emitDelegateCallArg()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td456 "ambiguous vftable component for %0 introduced via covariant thunks; "
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td417 // Rely on external thunks for the emitted retpoline calls. This allows users