Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DXRayInstr.h39 constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/
H A Dwindows.rs52 FunctionEntry: PRUNTIME_FUNCTION,
487 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dwindows.rs50 FunctionEntry: PRUNTIME_FUNCTION,
474 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dwindows.rs50 FunctionEntry: PRUNTIME_FUNCTION,
474 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dwindows.rs50 FunctionEntry: PRUNTIME_FUNCTION,
474 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dwindows.rs50 FunctionEntry: PRUNTIME_FUNCTION,
474 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/
H A Dwindows.rs52 FunctionEntry: PRUNTIME_FUNCTION,
487 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/
H A Dwindows.rs52 FunctionEntry: PRUNTIME_FUNCTION,
487 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dwindows.rs50 FunctionEntry: PRUNTIME_FUNCTION,
474 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/
H A Dwindows.rs52 FunctionEntry: PRUNTIME_FUNCTION,
487 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/
H A Dwindows.rs52 FunctionEntry: PRUNTIME_FUNCTION,
487 FunctionEntry: PRUNTIME_FUNCTION,
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h1940 PRUNTIME_FUNCTION FunctionEntry; member
1961 PRUNTIME_FUNCTION FunctionEntry; member
2165 PRUNTIME_FUNCTION FunctionEntry; member
2186 PRUNTIME_FUNCTION FunctionEntry; member
2823 PRUNTIME_FUNCTION FunctionEntry; member
2850 PRUNTIME_FUNCTION FunctionEntry; member
7545 … HandlerType, DWORD64 ImageBase, DWORD64 ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT Cont…
7557 …WORD HandlerType, DWORD ImageBase, DWORD ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT Cont…
7567 …dlerType, ULONG_PTR ImageBase, ULONG_PTR ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT Cont…
7574 …alUnwind (ULONGLONG ImageBase, ULONGLONG ControlPc, PRUNTIME_FUNCTION FunctionEntry, PCONTEXT Cont…
Dwinternl.h591 PRUNTIME_FUNCTION FunctionEntry; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1146 void resolvePHIInfos(MachineBasicBlock *FunctionEntry);
2210 void AMDGPUMachineCFGStructurizer::resolvePHIInfos(MachineBasicBlock *FunctionEntry) { in resolvePHIInfos() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1169 void resolvePHIInfos(MachineBasicBlock *FunctionEntry);
2260 void AMDGPUMachineCFGStructurizer::resolvePHIInfos(MachineBasicBlock *FunctionEntry) { in resolvePHIInfos() argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs24147 pub FunctionEntry: PRUNTIME_FUNCTION, field
24175 unsafe { ::std::ptr::addr_of!((*ptr).FunctionEntry) as usize - ptr as usize }, in bindgen_test_layout__UNWIND_HISTORY_TABLE_ENTRY()
24181 stringify!(FunctionEntry) in bindgen_test_layout__UNWIND_HISTORY_TABLE_ENTRY()
24295 pub FunctionEntry: PRUNTIME_FUNCTION, field
24330 unsafe { ::std::ptr::addr_of!((*ptr).FunctionEntry) as usize - ptr as usize }, in bindgen_test_layout__DISPATCHER_CONTEXT()
24336 stringify!(FunctionEntry) in bindgen_test_layout__DISPATCHER_CONTEXT()
56010 FunctionEntry: PRUNTIME_FUNCTION, in RtlVirtualUnwind()