Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp216 getReaderCompileUnit()->addInvalidCoverage(this); in calculateCoverage()
393 getReaderCompileUnit()->incrementPrintedSymbols(); in print()
H A DLVOptions.cpp479 getReaderCompileUnit()->addMatched(Element); in addElement()
481 getReaderCompileUnit()->addMatched(Element->getIsScope() in addElement()
H A DLVLine.cpp142 getReaderCompileUnit()->incrementPrintedLines(); in print()
H A DLVScope.cpp138 getReaderCompileUnit()->addedElement(Line); in addElement()
178 getReaderCompileUnit()->addedElement(Scope); in addElement()
205 getReaderCompileUnit()->addedElement(Symbol); in addElement()
232 getReaderCompileUnit()->addedElement(Type); in addElement()
1003 getReaderCompileUnit()->incrementPrintedScopes(); in printEncodedArgs()
H A DLVType.cpp288 getReaderCompileUnit()->incrementPrintedTypes(); in print()
H A DLVLocation.cpp472 LVLineRange Range = getReaderCompileUnit()->lineRange(this); in validateRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h337 inline LVScopeCompileUnit *getReaderCompileUnit() { in getReaderCompileUnit() function