Home
last modified time | relevance | path

Searched refs:isTypeUnit (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h111 bool isTypeUnit() const { in isTypeUnit() function
340 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
600 return !U->isTypeUnit(); in isCompileUnit()
H A DDWARFCompileUnit.h39 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
H A DDWARFTypeUnit.h40 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp91 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl()
93 if (Header.isTypeUnit()) in addUnitsImpl()
108 if (Header.isTypeUnit()) in addUnitsImpl()
280 if (isTypeUnit()) { in extract()
315 if (isTypeUnit() && TypeOffset < Size) in extract()
323 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract()
H A DDWARFVerifier.cpp806 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1024 const llvm::DWARFUnitIndex &index = header.isTypeUnit() in extract()
1028 if (header.isTypeUnit()) in extract()
1063 if (header.isTypeUnit()) in extract()
H A DDWARFUnit.h223 bool IsTypeUnit() const { return m_header.isTypeUnit(); } in IsTypeUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h590 bool isTypeUnit();
H A DDWARFLinkerCompileUnit.cpp1816 bool CompileUnit::OutputUnitVariantPtr::isTypeUnit() { in isTypeUnit() function in CompileUnit::OutputUnitVariantPtr