Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp307 thunks.push_back(thunkInfo.isec); in finalize()
325 size_t t = 0, te = thunks.size(); in writeTo()
328 inputs[i]->outSecOff < thunks[t]->outSecOff)) { in writeTo()
332 while (t < te && (i == ie || thunks[t]->outSecOff < inputs[i]->outSecOff)) { in writeTo()
333 thunks[t]->writeTo(buf + thunks[t]->outSecOff); in writeTo()
H A DConcatOutputSection.h48 std::vector<ConcatInputSection *> thunks; variable
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDLL.h46 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks()
62 std::vector<Chunk *> thunks; variable
H A DDLL.cpp650 thunks.push_back(t); in create()
666 thunks.push_back(tm); in create()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.h180 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
H A DSyntheticSections.cpp3617 thunks.push_back(t); in addThunk()
3622 for (Thunk *t : thunks) in writeTo()
3627 if (thunks.empty()) in getTargetInputSection()
3629 const Thunk *t = thunks.front(); in getTargetInputSection()
3635 for (Thunk *t : thunks) { in assignOffsets()
H A DRelocations.cpp2003 if (Thunk *t = thunks.lookup(rel.sym)) { in normalizeExistingThunk()
2078 thunks[t->getThunkTargetSym()] = t; in createThunks()
H A DSyntheticSections.h1136 std::vector<Thunk *> thunks;
H A DOptions.td323 HelpText<"Always generate position independent thunks (veneers)">;
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst153 * Branch-range-extension thunks are now supported. (`D100818 <https://reviews.llvm.org/D100818>`_)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td403 "ambiguous vftable component for %0 introduced via covariant thunks; "
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td457 // Rely on external thunks for the emitted retpoline calls. This allows users