Home
last modified time | relevance | path

Searched defs:IsKernel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp68 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
H A DSIISelLowering.cpp2366 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp742 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo