Home
last modified time | relevance | path

Searched defs:ArchSpec (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DArchSpec.cpp323 ArchSpec::ArchSpec() : in ArchSpec() function in ArchSpec
330 ArchSpec::ArchSpec (const char *triple_cstr, Platform *platform) : in ArchSpec() function in ArchSpec
340 ArchSpec::ArchSpec (const char *triple_cstr) : in ArchSpec() function in ArchSpec
349 ArchSpec::ArchSpec(const llvm::Triple &triple) : in ArchSpec() function in ArchSpec
357 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) : in ArchSpec() function in ArchSpec
/external/lldb/include/lldb/
Dlldb-forward.h27 class ArchSpec; variable