Searched defs:Trampoline (Results 1 – 11 of 11) sorted by relevance
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 54 patchFunctionEntry(const bool Enable,uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_AArch64.cpp | 92 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_loongarch64.cpp | 129 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_arm.cpp | 131 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_hexagon.cpp | 138 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_mips.cpp | 139 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_mips64.cpp | 147 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
H A D | xray_x86_64.cpp | 125 patchFunctionEntry(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled,void (* Trampoline)()) patchFunctionEntry() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 30 auto Trampoline = TP->getTrampoline(); getCallThroughTrampoline() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 293 Function *Trampoline = generateLSDAInEAXThunk(F); emitExceptionRegistrationRecord() local 395 Function *Trampoline = generateLSDAInEAXThunk() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | SplitFunctions.cpp | 1022 for (const MCSymbol *const Trampoline : Iter->getSecond()) { mergeEHTrampolines() local
|