Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DXRayInstr.h40 constexpr XRayInstrMask FunctionExit = 1U << XRIO_FunctionExit; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h53 FunctionExit = 0x01, enumerator
/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp280 InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
284 else if (InstrumentationBundle.has(XRayInstrKind::FunctionExit)) in addArgs()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dfull-function.ll6 ; FULL: Region: %bb---FunctionExit
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp812 XRayInstrKind::FunctionExit)) { in StartFunction()
836 XRayInstrKind::FunctionExit)) in StartFunction()