Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostInfoMacOSX.h19 class ArchSpec; variable
/external/llvm-project/lldb/include/lldb/Symbol/
DLocateSymbolFile.h19 class ArchSpec; variable
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp500 ArchSpec::ArchSpec() {} in ArchSpec() function in ArchSpec
502 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() function in ArchSpec
507 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() function in ArchSpec
509 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() function in ArchSpec
511 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() function in ArchSpec
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h25 class ArchSpec; variable