Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h595 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
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/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1816 bool CompileUnit::OutputUnitVariantPtr::isCompileUnit() { in isCompileUnit() function in CompileUnit::OutputUnitVariantPtr