Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h333 return m_core >= eCore_arm_generic && m_core < kNumCores; in IsValid()
413 Core GetCore() const { return m_core; } in GetCore()
515 Core m_core = kCore_invalid; variable
/external/deqp/framework/platform/win32/
DtcuWGL.cpp427 : m_core (core) in Context()
554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()
565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()
576 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent()
583 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
DtcuWGL.hpp222 const Core* m_core; member in tcu::wgl::Context
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp519 m_core = kCore_invalid; in Clear()
529 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetArchitectureName()
577 switch (m_core) { in GetClangTargetCPU()
626 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUType()
638 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUSubType()
658 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachine()
674 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetAddressByteSize()
688 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetDefaultEndian()
825 m_core = other.GetCore(); in MergeFrom()
835 m_core = kCore_invalid; in SetArchitecture()
[all …]
/external/llvm-project/lldb/unittests/Utility/
DArchSpecTest.cpp262 this->m_core = ArchSpec::eCore_uknownMach64; in TEST()