Searched defs:ArchSpec (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp550 ArchSpec::ArchSpec() {} function in class:ArchSpec
552 ArchSpec::ArchSpec(const char *triple_cstr) { function in class:ArchSpec
557 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } function in class:ArchSpec
559 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } function in class:ArchSpec
561 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { function in class:ArchSpec
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h32 class ArchSpec { class in namespace:lldb_private
[all...]

Completed in 104 milliseconds