HomeSort by relevance Sort by last modified time
    Searched full:__trampoline_setup (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/
trampoline_setup.c 1 /* ===----- trampoline_setup.c - Implement __trampoline_setup -------------===
16 * The ppc compiler generates calls to __trampoline_setup() when creating
24 void __trampoline_setup(uint32_t* trampOnStack, int trampSizeAllocated, function
apple_versioning.c 143 NOT_HERE_BEFORE_10_6(__trampoline_setup)
  /external/compiler-rt/test/Unit/
trampoline_setup_test.c 1 /* ===-- trampoline_setup_test.c - Test __trampoline_setup -----------------===
19 * The ppc compiler generates a call to __trampoline_setup
  /external/compiler-rt/
README.txt 237 void __trampoline_setup(uint32_t* trampOnStack, int trampSizeAllocated,
  /external/llvm/test/CodeGen/PowerPC/
trampoline.ll 1 ; RUN: llc < %s -march=ppc32 | grep "__trampoline_setup"
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 211 milliseconds