Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.cpp346 thunks.push_back(thunkInfo.isec); in finalize()
367 size_t t = 0, te = thunks.size(); in writeTo()
370 inputs[i]->outSecOff < thunks[t]->outSecOff)) { in writeTo()
374 while (t < te && (i == ie || thunks[t]->outSecOff < inputs[i]->outSecOff)) { in writeTo()
375 thunks[t]->writeTo(buf + thunks[t]->outSecOff); in writeTo()
H A DConcatOutputSection.h79 std::vector<ConcatInputSection *> thunks; variable
/llvm-project-15.0.7/libcxx/utils/symcheck-blacklists/
H A Dlinux_blacklist.txt7 # all non-virtual thunks
9 # all virtual thunks
H A Dosx_blacklist.txt7 # all non-virtual thunks
9 # all virtual thunks
/llvm-project-15.0.7/lld/COFF/
H A DDLL.h46 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks()
62 std::vector<Chunk *> thunks; variable
H A DDLL.cpp651 thunks.push_back(t); in create()
667 thunks.push_back(tm); in create()
/llvm-project-15.0.7/lld/test/MachO/
H A Darm64-thunk-starvation.s30 ## bytes are actually room for thunks.
36 ## The fix is to leave room for many more thunks.
/llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/
H A DCGPasses.td70 Option<"useThunks", "use-thunks",
73 "deploying thunks wherever required.">
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsymbol-assign-not-converge.test5 ## AArch64 needs thunks and has different address finalization process, so test
H A Dsymbol-assign-many-passes.test6 ## AArch64 needs thunks and has different address finalization process, so test
H A Daddr-zero.test20 ## on a platforms that might use thunks, like AArch64. Check that issue is fixed.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dattr-function-return.mir2 # RUN: llc --mtriple=x86_64-linux-gnu -run-pass=x86-return-thunks \
H A Dmusttail-indirect.ll39 ; Inalloca thunks shouldn't require any stores to the stack.
53 ; Preallocated thunks shouldn't require any stores to the stack.
H A Dlvi-hardening-indirectbr.ll200 ; Check that when thunks are enabled the indirectbr instruction gets
270 ; Lastly check that the necessary thunks were emitted.
H A Dretpoline-external.ll158 ; Lastly check that no thunks were emitted.
H A Dcfguard-checks.ll230 ; calls. These are used for MS C++ ABI virtual member pointer thunks.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Ddarwinpcs-tail.ll1 ; With Darwin PCS, non-virtual thunks generated are generated with musttail
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h178 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dsymbol-filters.test6 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=thunks %p/Inputs/FilterTest.pdb \
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-pcrel-cross-link.s16 ## the correct thunks for all of the calls.
H A Dppc64-call-reach.s59 # thunks.
/llvm-project-15.0.7/openmp/libomptarget/docs/
H A Ddeclare_target_indirect.md23 … variables, **omp target** outlined functions and constructor/destructor thunks for **declare targ…
/llvm-project-15.0.7/lld/test/COFF/
H A Dfunctionpadmin.test38 // ---- std64.lib - Import library, x86_64 - Ensure thunks are padded
H A Dpdb-publics-import.test2 them. Check that the __imp_ pointer and the generated thunks appear in the
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dmergefunc-preserve-debug-info.ll4 ; Preserve debug info in thunks under -mergefunc -mergefunc-preserve-debug-info

12