/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 34 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 D | xray_powerpc64.cpp | 53 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 D | xray_loongarch64.cpp | 44 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 D | xray_arm.cpp | 77 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 D | xray_hexagon.cpp | 88 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 D | xray_mips.cpp | 53 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 D | xray_mips64.cpp | 54 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 D | xray_x86_64.cpp | 124 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 D | xray_interface.cpp | 153 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 D | xray_init.cpp | 95 const auto &Sled = XRayInstrMap.Sleds[I]; __xray_init() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-extract.cpp | 63 for (const auto &Sled : Sleds) { in exportAsYAML() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 346 const MCSymbol *Sled; global() member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4243 for (const auto &Sled : Sleds) { emitXRayTable() local 4287 recordSled(MCSymbol * Sled,const MachineInstr & MI,SledKind Kind,uint8_t Version) recordSled() argument
|