Home
last modified time | relevance | path

Searched defs:isCompileUnit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h578 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h214 virtual bool isCompileUnit() const { return false; } in isCompileUnit() function
H A DLVScope.h199 bool isCompileUnit() const override { return getIsCompileUnit(); } in isCompileUnit() function