Home
last modified time | relevance | path

Searched refs:triple_cstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h299 explicit ArchSpec(const char *triple_cstr);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp550 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() argument
551 if (triple_cstr) in ArchSpec()
552 SetTriple(triple_cstr); in ArchSpec()