Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLocateSymbolFile.h21 class ArchSpec; variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp527 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() function in ArchSpec
532 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() function in ArchSpec
534 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() function in ArchSpec
536 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h25 class ArchSpec; variable