Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp546 if (getReader().doPrintLocation(this)) { in print()
646 if (getReader().doPrintLocation(/*Location=*/nullptr)) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h309 bool doPrintLocation(const LVLocation *Location) const { in doPrintLocation() function