Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h261 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
262 return LVElement::getCompileUnitParent(); in getCompileUnitParent()
499 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
H A DLVElement.h306 virtual LVScope *getCompileUnitParent() const;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
H A DLVElement.cpp394 LVScope *LVElement::getCompileUnitParent() const { in getCompileUnitParent() function in LVElement