Home
last modified time | relevance | path

Searched refs:DumpTriple (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp56 m_arch.DumpTriple(s.AsRawOstream()); in Dump()
148 m_arch.DumpTriple(s.AsRawOstream()); in Dump()
201 m_arch.DumpTriple(arch_strm.AsRawOstream()); in DumpAsTableRow()
H A DArchSpec.cpp1451 void ArchSpec::DumpTriple(llvm::raw_ostream &s) const { in DumpTriple() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp158 platform_arch.DumpTriple(platform_arch_strm.AsRawOstream()); in CreateTargetInternal()
159 matching_module_spec.GetArchitecture().DumpTriple( in CreateTargetInternal()
H A DPlatform.cpp255 arch.DumpTriple(strm.AsRawOstream()); in GetStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h457 void DumpTriple(llvm::raw_ostream &s) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h190 m_arch.DumpTriple(strm.AsRawOstream()); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp101 target_arch.DumpTriple(strm.AsRawOstream()); in DumpTargetInfo()
1253 module->GetArchitecture().DumpTriple(arch_strm.AsRawOstream()); in DumpModuleArchitecture()