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.h261 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
262 return LVElement::getCompileUnitParent(); in getCompileUnitParent()
497 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
H A DLVElement.h323 virtual LVScope *getCompileUnitParent() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
H A DLVElement.cpp430 LVScope *LVElement::getCompileUnitParent() const {
431 LVScope *LVElement::getCompileUnitParent() const { getCompileUnitParent() function in LVElement