Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h149 void setCompileUnit(LVScope *Scope) { in setCompileUnit() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp461 getReader().setCompileUnit(CompileUnit); in resolveElements()
604 getReader().setCompileUnit(const_cast<LVScope *>(this)); in doPrint()
1589 getReader().setCompileUnit(const_cast<LVScopeCompileUnit *>(this)); in printSizes()
2028 getReader().setCompileUnit(CompileUnit); in processRangeInformation()
2061 getReader().setCompileUnit(const_cast<LVScope *>(Scope)); in doPrintMatches()
H A DLVCompare.cpp324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()