Home
last modified time | relevance | path

Searched refs:FunctionEntry (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp25 XRayInstrKind::FunctionEntry | XRayInstrKind::FunctionExit) in parseXRayInstrValue()
26 .Case("function-entry", XRayInstrKind::FunctionEntry) in parseXRayInstrValue()
52 if (Set.has(XRayInstrKind::FunctionEntry) && in serializeXRayInstrValue()
55 else if (Set.has(XRayInstrKind::FunctionEntry)) in serializeXRayInstrValue()
/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp271 if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry) &&
274 else if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry))
/llvm-project/libunwind/src/
H A DUnwind-seh.cpp452 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
H A DUnwindCursor.hpp63 PRUNTIME_FUNCTION FunctionEntry; member
530 // Remove the thumb bit; FunctionEntry ranges don't include the thumb bit. in lookUpSEHUnwindInfo()
537 _dispContext.FunctionEntry = RtlLookupFunctionEntry(pc, in lookUpSEHUnwindInfo()
541 return _dispContext.FunctionEntry; in lookUpSEHUnwindInfo()
548 _dispContext.FunctionEntry, in stepWithSEHData()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp912 XRayInstrKind::FunctionEntry) || in StartFunction()
942 XRayInstrKind::FunctionEntry)) in StartFunction()