Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DXRayInstr.cpp24 XRayInstrKind::FunctionEntry | XRayInstrKind::FunctionExit) in parseXRayInstrValue()
26 .Case("function-exit", XRayInstrKind::FunctionExit) in parseXRayInstrValue()
/external/llvm-project/clang/include/clang/Basic/
DXRayInstr.h40 constexpr XRayInstrMask FunctionExit = 1U << XRIO_FunctionExit; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_log_records.h53 FunctionExit = 0x01, enumerator
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp279 InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
283 else if (InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
/external/llvm-project/polly/test/ScopInfo/
Dfull-function.ll6 ; FULL: Region: %bb---FunctionExit
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp800 XRayInstrKind::FunctionExit)) { in StartFunction()
824 XRayInstrKind::FunctionExit)) in StartFunction()