Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Host/macosx/
DHostInfoMacOSX.h20 class ArchSpec; variable
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DLocateSymbolFile.h21 class ArchSpec; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleBridge.h21 class ArchSpec; variable
DPlatformRemoteAppleTV.h22 class ArchSpec; variable
DPlatformRemoteAppleWatch.h19 class ArchSpec; variable
DPlatformRemoteiOS.h19 class ArchSpec; variable
DPlatformRemoteMacOSX.h22 class ArchSpec; variable
DPlatformMacOSX.h24 class ArchSpec; variable
DPlatformDarwinKernel.h27 class ArchSpec; variable
DPlatformAppleSimulator.h29 class ArchSpec; variable
/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp523 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() function in ArchSpec
528 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() function in ArchSpec
530 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() function in ArchSpec
532 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() function in ArchSpec
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h25 class ArchSpec; variable