Home
last modified time | relevance | path

Searched refs:isCompileUnit (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h119 bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U);
136 decltype(make_filter_range(std::declval<iterator_range>(), isCompileUnit));
578 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
H A DDWARFContext.h169 return make_filter_range(info_section_units(), isCompileUnit); in compile_units()
202 return make_filter_range(dwo_info_section_units(), isCompileUnit); in dwo_compile_units()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp418 if (CurrentElement->isCompileUnit()) in processOneAttribute()
436 if (CurrentElement->isCompileUnit()) in processOneAttribute()
472 if (!CurrentElement->isCompileUnit()) in processOneAttribute()
542 if (options().getAttributeAnySource() && CurrentElement->isCompileUnit()) in processOneDie()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h150 assert(Scope && Scope->isCompileUnit() && "Scope is not a compile unit"); in setCompileUnit()
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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp198 if (isRoot() || isCompileUnit()) in resolveParents()