Searched refs:thunks (Results 1 – 12 of 12) sorted by relevance
307 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()
48 std::vector<ConcatInputSection *> thunks; variable
46 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks()62 std::vector<Chunk *> thunks; variable
650 thunks.push_back(t); in create()666 thunks.push_back(tm); in create()
180 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
3617 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()
2003 if (Thunk *t = thunks.lookup(rel.sym)) { in normalizeExistingThunk()2078 thunks[t->getThunkTargetSym()] = t; in createThunks()
1136 std::vector<Thunk *> thunks;
323 HelpText<"Always generate position independent thunks (veneers)">;
153 * Branch-range-extension thunks are now supported. (`D100818 <https://reviews.llvm.org/D100818>`_)
403 "ambiguous vftable component for %0 introduced via covariant thunks; "
457 // Rely on external thunks for the emitted retpoline calls. This allows users