Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h126 bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U);
143 decltype(make_filter_range(std::declval<iterator_range>(), isCompileUnit));
599 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()
224 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.cpp223 if (CurrentElement->isCompileUnit()) in processOneAttribute()
248 if (CurrentElement->isCompileUnit()) in processOneAttribute()
288 if (!CurrentElement->isCompileUnit()) in processOneAttribute()
358 if (options().getAttributeAnySource() && CurrentElement->isCompileUnit()) in processOneDie()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h228 virtual bool isCompileUnit() const { return false; } in isCompileUnit() function
H A DLVReader.h275 assert(Scope && Scope->isCompileUnit() && "Scope is not a compile unit"); in setCompileUnit()
H A DLVScope.h205 bool isCompileUnit() const override { return getIsCompileUnit(); } in isCompileUnit() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp234 if (isRoot() || isCompileUnit()) in resolveParents()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h588 bool isCompileUnit();
H A DDWARFLinkerCompileUnit.cpp1806 if (isCompileUnit()) in operator ->()
1812 bool CompileUnit::OutputUnitVariantPtr::isCompileUnit() { in isCompileUnit() function in CompileUnit::OutputUnitVariantPtr
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19557 {"_ZNK4llvm12DIDescriptor13isCompileUnitEv", "llvm::DIDescriptor::isCompileUnit() const"},