Home
last modified time | relevance | path

Searched refs:Trampoline (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp30 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline() local
32 if (!Trampoline) in getCallThroughTrampoline()
33 return Trampoline.takeError(); in getCallThroughTrampoline()
35 Reexports[*Trampoline] = std::make_pair(&SourceJD, std::move(SymbolName)); in getCallThroughTrampoline()
36 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
37 return *Trampoline; in getCallThroughTrampoline()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp29 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline() local
31 if (!Trampoline) in getCallThroughTrampoline()
32 return Trampoline.takeError(); in getCallThroughTrampoline()
34 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline()
35 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
36 return *Trampoline; in getCallThroughTrampoline()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_AArch64.cpp94 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
95 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
Dxray_arm.cpp131 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
132 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
Dxray_x86_64.cpp125 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
148 int64_t TrampolineOffset = reinterpret_cast<int64_t>(Trampoline) - in patchFunctionEntry()
151 Report("XRay Entry trampoline (%p) too far from sled (%p)\n", Trampoline, in patchFunctionEntry()
Dxray_mips.cpp139 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
Dxray_mips64.cpp147 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
148 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
Dxray_interface_internal.h84 void (*Trampoline)());
Dxray_powerpc64.cpp54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp293 Function *Trampoline = generateLSDAInEAXThunk(F); in emitExceptionRegistrationRecord() local
295 linkExceptionRegistration(Builder, Trampoline); in emitExceptionRegistrationRecord()
397 Function *Trampoline = in generateLSDAInEAXThunk() local
403 Trampoline->setComdat(C); in generateLSDAInEAXThunk()
404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk()
409 auto AI = Trampoline->arg_begin(); in generateLSDAInEAXThunk()
417 return Trampoline; in generateLSDAInEAXThunk()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp293 Function *Trampoline = generateLSDAInEAXThunk(F); in emitExceptionRegistrationRecord() local
295 linkExceptionRegistration(Builder, Trampoline); in emitExceptionRegistrationRecord()
397 Function *Trampoline = in generateLSDAInEAXThunk() local
403 Trampoline->setComdat(C); in generateLSDAInEAXThunk()
404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk()
409 auto AI = Trampoline->arg_begin(); in generateLSDAInEAXThunk()
417 return Trampoline; in generateLSDAInEAXThunk()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp298 Function *Trampoline = generateLSDAInEAXThunk(F); in emitExceptionRegistrationRecord() local
300 linkExceptionRegistration(Builder, Trampoline); in emitExceptionRegistrationRecord()
399 Function *Trampoline = in generateLSDAInEAXThunk() local
404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk()
409 auto AI = Trampoline->arg_begin(); in generateLSDAInEAXThunk()
417 return Trampoline; in generateLSDAInEAXThunk()
/external/skia/src/gpu/
DGrThreadSafeCache.cpp319 std::tuple<GrSurfaceProxyView, sk_sp<GrThreadSafeCache::Trampoline>>
335 sk_sp<Trampoline> trampoline(new Trampoline); in CreateLazyView()
DGrThreadSafeCache.h180 class Trampoline : public SkRefCnt {
185 static std::tuple<GrSurfaceProxyView, sk_sp<Trampoline>> CreateLazyView(GrDirectContext*,
DGrBlurUtils.cpp387 sk_sp<GrThreadSafeCache::Trampoline> trampoline; in hw_create_filtered_mask()
/external/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.cpp55 sk_sp<GrThreadSafeCache::Trampoline> trampoline, in fillin_view_on_gpu()
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp351 ENUM_TO_CSTRING(Trampoline); in GetTypeAsString()
/external/python/pybind11/docs/advanced/
Dclasses.rst72 /* Trampoline (need one for each virtual function) */
1114 class Trampoline : public A {
1124 py::class_<A, Trampoline>(m, "A") // <-- `Trampoline` here
1125 .def("foo", &Publicist::foo); // <-- `Publicist` here, not `Trampoline`!
Dmisc.rst57 /* Trampoline (need one for each virtual function) */
/external/skia/tests/
DGrThreadSafeCacheTest.cpp403 sk_sp<GrThreadSafeCache::Trampoline>);
642 sk_sp<GrThreadSafeCache::Trampoline> trampoline) { in FillInViewOnGpu()
/external/skia/src/gpu/effects/
DGrRRectBlurEffect.fp78 sk_sp<GrThreadSafeCache::Trampoline> trampoline,
/external/llvm/include/llvm/IR/
DIntrinsics.td512 //===------------------------ Trampoline Intrinsics -----------------------===//
/external/python/pybind11/docs/
Dupgrade.rst474 py::class_<Derived, Base1, Holder, Base2, Trampoline>("Derived");
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td871 //===------------------------ Trampoline Intrinsics -----------------------===//
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsics.td974 //===------------------------ Trampoline Intrinsics -----------------------===//

12