Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h124 bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U);
141 decltype(make_filter_range(std::declval<iterator_range>(), isCompileUnit));
595 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
H A DDWARFContext.h189 return make_filter_range(info_section_units(), isCompileUnit); in compile_units()
221 return make_filter_range(dwo_info_section_units(), isCompileUnit); in dwo_compile_units()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp421 if (CurrentElement->isCompileUnit()) in processOneAttribute()
446 if (CurrentElement->isCompileUnit()) in processOneAttribute()
485 if (!CurrentElement->isCompileUnit()) in processOneAttribute()
555 if (options().getAttributeAnySource() && CurrentElement->isCompileUnit()) in processOneDie()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h248 assert(Scope && Scope->isCompileUnit() && "Scope is not a compile unit"); in setCompileUnit()
H A DLVElement.h217 virtual bool isCompileUnit() const { return false; } in isCompileUnit() function
H A DLVScope.h199 bool isCompileUnit() const override { return getIsCompileUnit(); } in isCompileUnit() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp235 if (isRoot() || isCompileUnit()) in resolveParents()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1810 if (isCompileUnit()) in operator ->()
1816 bool CompileUnit::OutputUnitVariantPtr::isCompileUnit() { in isCompileUnit() function in CompileUnit::OutputUnitVariantPtr