Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h98 bool IsKernel() const { return m_is_kernel; }; in IsKernel() function
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h295 bool IsKernel = false; global() variable
H A DPerfReader.cpp442 bool IsKernel = Binary->isKernel(); updateBinaryAddress() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp57 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || SIMachineFunctionInfo() local
H A DAMDGPUSubtarget.cpp1047 const bool IsKernel = GCNUserSGPRUsageInfo() local
H A DSIISelLowering.cpp2807 bool IsKernel = AMDGPU::isKernel(CallConv); LowerFormalArguments() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp708 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3103 bool IsKernel = omp::isOpenMPKernel(*F); updateImpl() local