Home
last modified time | relevance | path

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

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