Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DXRayInstr.cpp24 XRayInstrKind::FunctionEntry | XRayInstrKind::FunctionExit) in parseXRayInstrValue()
25 .Case("function-entry", XRayInstrKind::FunctionEntry) in parseXRayInstrValue()
/external/llvm-project/clang/include/clang/Basic/
DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp278 if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry) && in addArgs()
281 else if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry)) in addArgs()
/external/llvm-project/libunwind/src/
DUnwind-seh.cpp433 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
DUnwindCursor.hpp36 PRUNTIME_FUNCTION FunctionEntry; member
495 _dispContext.FunctionEntry = RtlLookupFunctionEntry(pc, in lookUpSEHUnwindInfo()
499 return _dispContext.FunctionEntry; in lookUpSEHUnwindInfo()
506 _dispContext.FunctionEntry, in stepWithSEHData()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp798 XRayInstrKind::FunctionEntry) || in StartFunction()
828 XRayInstrKind::FunctionEntry)) in StartFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1169 void resolvePHIInfos(MachineBasicBlock *FunctionEntry);
2260 void AMDGPUMachineCFGStructurizer::resolvePHIInfos(MachineBasicBlock *FunctionEntry) { in resolvePHIInfos() argument