Home
last modified time | relevance | path

Searched refs:m_core (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DArchSpec.cpp325 m_core (kCore_invalid), in ArchSpec()
332 m_core (kCore_invalid), in ArchSpec()
342 m_core (kCore_invalid), in ArchSpec()
351 m_core (kCore_invalid), in ArchSpec()
359 m_core (kCore_invalid), in ArchSpec()
378 m_core = rhs.m_core; in operator =()
388 m_core = kCore_invalid; in Clear()
399 const CoreDefinition *core_def = FindCoreDefinition (m_core); in GetArchitectureName()
408 const CoreDefinition *core_def = FindCoreDefinition (m_core); in GetMachOCPUType()
423 const CoreDefinition *core_def = FindCoreDefinition (m_core); in GetMachOCPUSubType()
[all …]
/external/lldb/include/lldb/Core/
DArchSpec.h210 return m_core >= eCore_arm_generic && m_core < kNumCores; in IsValid()
309 return m_core; in GetCore()
396 Core m_core; variable
/external/deqp/framework/platform/win32/
DtcuWGL.cpp354 : m_core (core) in Context()
427 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()
449 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
DtcuWGL.hpp204 const Core* m_core; member in tcu::wgl::Context