/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 30 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline() local 32 if (!Trampoline) in getCallThroughTrampoline() 33 return Trampoline.takeError(); in getCallThroughTrampoline() 35 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline() 36 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline() 37 return *Trampoline; in getCallThroughTrampoline()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 92 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 93 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_x86_64.cpp | 125 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 148 int64_t TrampolineOffset = reinterpret_cast<int64_t>(Trampoline) - in patchFunctionEntry() 152 reinterpret_cast<void *>(Trampoline), in patchFunctionEntry()
|
H A D | xray_hexagon.cpp | 138 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 139 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_arm.cpp | 131 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 132 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_loongarch64.cpp | 129 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 130 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_mips.cpp | 139 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_mips64.cpp | 147 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument 148 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
|
H A D | xray_interface_internal.h | 82 void (*Trampoline)());
|
H A D | xray_powerpc64.cpp | 54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 293 Function *Trampoline = generateLSDAInEAXThunk(F); in emitExceptionRegistrationRecord() 295 linkExceptionRegistration(Builder, Trampoline); in emitExceptionRegistrationRecord() 395 Function *Trampoline = in generateLSDAInEAXThunk() 401 Trampoline->setComdat(C); in generateLSDAInEAXThunk() 402 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk() 405 auto AI = Trampoline->arg_begin(); in generateLSDAInEAXThunk() 413 return Trampoline; in generateLSDAInEAXThunk() 294 Function *Trampoline = generateLSDAInEAXThunk(F); emitExceptionRegistrationRecord() local 398 Function *Trampoline = generateLSDAInEAXThunk() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 406 ENUM_TO_CSTRING(Trampoline); in GetTypeAsString()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1455 //===------------------------ Trampoline Intrinsics -----------------------===//
|