Home
last modified time | relevance | path

Searched refs:sleds (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DInstrumentationMap.h99 const SledContainer &sleds() const { return Sleds; }; in sleds() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp60 auto Sleds = Map.sleds(); in exportAsYAML()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetOpcodes.def179 /// Wraps a return instruction and its operands to enable adding nop sleds
180 /// either before or after the return. The nop sleds are useful for inserting
201 /// Wraps a tail call instruction and its operands to enable adding nop sleds
206 /// Wraps a logging call and its arguments with nop sleds. At runtime, this can
210 /// Wraps a typed logging call and its argument with nop sleds. At runtime, this
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRay.rst36 The compiler-inserted instrumentation points come in the form of nop-sleds in
249 // Patch the sleds, if we haven't yet.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst2421 Generate XRay instrumentation sleds on function entry and exit
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1848 PosFlag<SetTrue, [CC1Option], "Generate XRay instrumentation sleds on function entry and exit">,