Home
last modified time | relevance | path

Searched defs:Sled (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp34 const XRaySledEntry &Sled, in patchSled() argument
91 const XRaySledEntry &Sled, in patchFunctionEntry() argument
102 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
97 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
121 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
132 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_powerpc64.cpp53 const XRaySledEntry &Sled, in patchFunctionEntry() argument
72 patchFunctionExit(const bool Enable,uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
90 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
98 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
104 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
H A Dxray_loongarch64.cpp44 const XRaySledEntry &Sled, in patchSled() argument
128 const XRaySledEntry &Sled, in patchFunctionEntry() argument
139 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
134 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
146 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
152 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_arm.cpp77 const XRaySledEntry &Sled, in patchSled() argument
130 const XRaySledEntry &Sled, in patchFunctionEntry() argument
141 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
136 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
146 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
152 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_hexagon.cpp88 const XRaySledEntry &Sled, in patchSled() argument
137 const XRaySledEntry &Sled, in patchFunctionEntry() argument
148 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
143 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
153 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
159 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_mips.cpp53 const XRaySledEntry &Sled, in patchSled() argument
138 const XRaySledEntry &Sled, in patchFunctionEntry() argument
149 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
144 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
156 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
162 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_mips64.cpp54 const XRaySledEntry &Sled, in patchSled() argument
146 const XRaySledEntry &Sled, in patchFunctionEntry() argument
157 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit() argument
152 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
164 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
170 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_x86_64.cpp124 const XRaySledEntry &Sled, in patchFunctionEntry() argument
173 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
220 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
250 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
278 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_interface.cpp153 patchSled(const XRaySledEntry & Sled,bool Enable,int32_t FuncId) patchSled() argument
191 const auto &Sled = InstrMap.Sleds[I]; findFunctionSleds() local
304 const auto &Sled = InstrMap.Sleds[I]; controlPatching() local
331 auto &Sled = InstrMap.Sleds[I]; controlPatching() local
514 const XRaySledEntry *Sled = __xray_function_address() local
[all...]
H A Dxray_init.cpp95 const auto &Sled = XRayInstrMap.Sleds[I]; __xray_init() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp63 for (const auto &Sled : Sleds) { in exportAsYAML() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h346 const MCSymbol *Sled; global() member
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4243 for (const auto &Sled : Sleds) { emitXRayTable() local
4287 recordSled(MCSymbol * Sled,const MachineInstr & MI,SledKind Kind,uint8_t Version) recordSled() argument