Home
last modified time | relevance | path

Searched refs:DumpName (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp299 DumpName(s); in Dump()
307 void Section::DumpName(llvm::raw_ostream &s) const { in DumpName() function in Section
310 parent_sp->DumpName(s); in DumpName()
DAddress.cpp433 section_sp->DumpName(s->AsRawOstream()); in Dump()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h139 void DumpName(llvm::raw_ostream &s) const;
/openbsd/src/gnu/llvm/lldb/source/API/
DSBSection.cpp282 section_sp->DumpName(strm.AsRawOstream()); in GetDescription()