Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h267 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
268 return LVElement::getCompileUnitParent(); in getCompileUnitParent()
505 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
H A DLVElement.h337 virtual LVScope *getCompileUnitParent() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
H A DLVElement.cpp429 LVScope *LVElement::getCompileUnitParent() const { in getCompileUnitParent() function in LVElement