Home
last modified time | relevance | path

Searched refs:updateLevel (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h324 virtual void updateLevel(LVScope *Parent, bool Moved = false);
H A DLVScope.h270 void updateLevel(LVScope *Parent, bool Moved) override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp231 void LVElement::updateLevel(LVScope *Parent, bool Moved) { in updateLevel() function in LVElement
H A DLVCompare.cpp326 Element->updateLevel(InsertionPoint, /*Moved=*/true); in execute()
H A DLVScope.cpp363 void LVScope::updateLevel(LVScope *Parent, bool Moved) { in updateLevel() function in LVScope
371 Element->updateLevel(this, Moved); in updateLevel()
376 Line->updateLevel(this, Moved); in updateLevel()