Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-seh.c143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart()
456 gcc_context.disp->FunctionEntry in _Unwind_Backtrace()
460 if (!gcc_context.disp->FunctionEntry) in _Unwind_Backtrace()
465 gcc_context.disp->FunctionEntry, &ms_context, in _Unwind_Backtrace()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart()
456 gcc_context.disp->FunctionEntry in _Unwind_Backtrace()
460 if (!gcc_context.disp->FunctionEntry) in _Unwind_Backtrace()
465 gcc_context.disp->FunctionEntry, &ms_context, in _Unwind_Backtrace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp278 if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry) && in addArgs()
281 else if (InstrumentationBundle.has(XRayInstrKind::FunctionEntry)) in addArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp806 XRayInstrKind::FunctionEntry) || in StartFunction()
836 XRayInstrKind::FunctionEntry)) in StartFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1151 void resolvePHIInfos(MachineBasicBlock *FunctionEntry);
2238 void AMDGPUMachineCFGStructurizer::resolvePHIInfos(MachineBasicBlock *FunctionEntry) { in resolvePHIInfos() argument