Home
last modified time | relevance | path

Searched refs:addSectionRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h154 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope);
155 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp197 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope) { in addSectionRange() function in LVReader
202 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope, in addSectionRange() function in LVReader
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp463 addSectionRange(SectionIndex, CurrentScope, Range.first, in processOneDie()
469 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC, in processOneDie()
770 addSectionRange(SectionIndex, CompileUnit); in createScopes()