Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h157 virtual void printRawExtra(raw_ostream &OS, bool Full = true) const {}
183 void printRawExtra(raw_ostream &OS, bool Full = true) const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp537 printRawExtra(OS, Full); in printRaw()
614 void LVLocationSymbol::printRawExtra(raw_ostream &OS, bool Full) const { in printRawExtra() function in LVLocationSymbol