Home
last modified time | relevance | path

Searched refs:FunctionExit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DXRayInstr.cpp25 XRayInstrKind::FunctionEntry | XRayInstrKind::FunctionExit) in parseXRayInstrValue()
27 .Case("function-exit", XRayInstrKind::FunctionExit) in parseXRayInstrValue()
53 Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
57 else if (Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayInstr.h40 constexpr XRayInstrMask FunctionExit = 1U << XRIO_FunctionExit; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_records.h54 FunctionExit = 0x01, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp279 InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
283 else if (InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp808 XRayInstrKind::FunctionExit)) { in StartFunction()
832 XRayInstrKind::FunctionExit)) in StartFunction()