Searched refs:sleds (Results 1 – 13 of 13) sorted by relevance
5 # clang++ -c all-sleds.cc -o all-sleds.o -fpic -std=c++11 -fxray-instrument7 # RUN: llvm-xray extract %S/Inputs/all-sleds.o -s | FileCheck %s
96 const SledContainer &sleds() const { return Sleds; }; in sleds() function
99 const SledContainer &sleds() const { return Sleds; }; in sleds() function
60 auto Sleds = Map.sleds(); in exportAsYAML()
162 /// Wraps a return instruction and its operands to enable adding nop sleds163 /// either before or after the return. The nop sleds are useful for inserting184 /// Wraps a tail call instruction and its operands to enable adding nop sleds189 /// Wraps a logging call and its arguments with nop sleds. At runtime, this can193 /// Wraps a typed logging call and its argument with nop sleds. At runtime, this
175 /// Wraps a return instruction and its operands to enable adding nop sleds176 /// either before or after the return. The nop sleds are useful for inserting197 /// Wraps a tail call instruction and its operands to enable adding nop sleds202 /// Wraps a logging call and its arguments with nop sleds. At runtime, this can206 /// Wraps a typed logging call and its argument with nop sleds. At runtime, this
149 /// Wraps a return instruction and its operands to enable adding nop sleds150 /// either before or after the return. The nop sleds are useful for inserting
36 The compiler-inserted instrumentation points come in the form of nop-sleds in249 // Patch the sleds, if we haven't yet.
2398 Generate XRay instrumentation sleds on function entry and exit
787 HelpText<"Generate XRay instrumentation sleds on function entry and exit">;
1375 defm xray_instrument : OptInFFlag<"xray-instrument", "Generate XRay instrumentation sleds on functi…