HomeSort by: relevance | last modified time | path
    Searched refs:FunctionExit (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
XRayInstr.cpp 25 XRayInstrKind::FunctionEntry | XRayInstrKind::FunctionExit)
27 .Case("function-exit", XRayInstrKind::FunctionExit)
53 Set.has(XRayInstrKind::FunctionExit))
57 else if (Set.has(XRayInstrKind::FunctionExit))
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h 54 FunctionExit = 0x01,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayInstr.h 40 constexpr XRayInstrMask FunctionExit = 1U << XRIO_FunctionExit;
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
  /src/external/apache2/llvm/dist/clang/lib/Driver/
XRayArgs.cpp 279 InstrumentationBundle.has(XRayInstrKind::FunctionExit))
283 else if (InstrumentationBundle.has(XRayInstrKind::FunctionExit))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 808 XRayInstrKind::FunctionExit)) {
832 XRayInstrKind::FunctionExit))

Completed in 69 milliseconds