Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp444 getReader().setCompileUnit(CompileUnit);
591 getReader().setCompileUnit(const_cast<LVScope *>(this)); in doPrint()
1574 getReader().setCompileUnit(const_cast<LVScopeCompileUnit *>(this)); in printSizes()
2015 getReader().setCompileUnit(CompileUnit); in processRangeInformation()
2070 getReader().setCompileUnit(const_cast<LVScope *>(Scope)); in doPrintMatches()
H A DLVCompare.cpp323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h247 void setCompileUnit(LVScope *Scope) { in setCompileUnit() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3108 Reader->setCompileUnit(static_cast<LVScopeCompileUnit *>(CurrentScope)); in createElement()