Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp313 DumpName(s); in Dump()
321 void Section::DumpName(llvm::raw_ostream &s) const { in DumpName() function in Section
324 parent_sp->DumpName(s); in DumpName()
DAddress.cpp418 section_sp->DumpName(s->AsRawOstream()); in Dump()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h133 void DumpName(llvm::raw_ostream &s) const;
/external/llvm-project/lldb/source/API/
DSBSection.cpp284 section_sp->DumpName(strm.AsRawOstream()); in GetDescription()