Searched refs:thunks (Results 1 – 15 of 15) sorted by relevance
199 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()
75 ArrayRef<ConcatInputSection *> getThunks() const { return thunks; } in getThunks()85 std::vector<ConcatInputSection *> thunks; variable
88 " safe_thunks - Like safe, but replaces address-significant functions with thunks\n"
48 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks()68 std::vector<Chunk *> thunks; variable
970 thunks.push_back(t); in create()1002 thunks.push_back(tm); in create()
248 static bool thunks() { return false; } in thunks() function
218 // Arm64EC thunks use a calling convention that's precisely the x64 calling223 …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 destination291 // The native side of ARM64EC thunks610 // To match the x64 calling convention, Arm64EC thunks preserve q6-q15.
219 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
4319 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()
2393 if (Thunk *t = thunks.lookup(rel.sym)) { in normalizeExistingThunk()2498 thunks[t->getThunkTargetSym()] = t; in createThunks()
1312 SmallVector<Thunk *, 0> thunks;
382 HelpText<"Always generate position independent thunks (veneers)">;
268 assert(!cir::MissingFeatures::thunks()); in emitDelegateCallArg()
456 "ambiguous vftable component for %0 introduced via covariant thunks; "
417 // Rely on external thunks for the emitted retpoline calls. This allows users