Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h77 const VersionTuple &getVersion() const { return Version; } in getVersion() function
102 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
109 (getVersion() >= VersionTuple(10, 0)) && in isLegacyDispatchDefaultForArch()
110 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch()
145 return getVersion() >= VersionTuple(10, 7); in allowsARC()
163 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
164 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
165 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
169 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
197 return getVersion() >= VersionTuple(10, 10); in shouldUseARCFunctionsForRetainRelease()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp22 << ", version = " << format("0x%04x", getVersion()); in dump()
23 if (getVersion() >= 5) in dump()
29 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
H A DDWARFDebugLine.cpp74 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex()
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex()
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry()
126 << format(" version: %u\n", getVersion()); in dump()
127 if (!versionIsSupported(getVersion())) in dump()
129 if (getVersion() >= 5) in dump()
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
148 uint32_t DirBase = getVersion() >= 5 ? 0 : 1; in dump()
158 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump()
353 sizeof(getVersion()) + sizeofPrologueLength(); in getLength()
[all …]
H A DDWARFUnit.cpp277 bool VersionOK = DWARFContext::isSupportedVersion(getVersion()); in extract()
284 Context.setMaxVersionIfGreater(getVersion()); in extract()
453 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
468 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
489 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
494 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC)) in tryExtractDIEsIfNeeded()
499 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
501 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
506 getVersion()); in tryExtractDIEsIfNeeded()
526 auto DWOFileName = getVersion() >= 5 in parseDWO()
[all …]
H A DDWARFTypeUnit.cpp36 << ", version = " << format("0x%04x", getVersion()); in dump()
37 if (getVersion() >= 5) in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h83 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
191 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
284 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFDebugAddr.h85 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnitIndex.h142 uint32_t getVersion() const { return Header.Version; } in getVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h380 virtual uint64_t getVersion() const = 0;
422 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
484 uint64_t getVersion() const { return Index->getVersion(); } in getVersion() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDarwinSDKInfo.h25 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLdifReader.h32 inline int getVersion() const in getVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h41 PdbRaw_ImplVer getVersion() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWin64EH.h107 uint8_t getVersion() const { in getVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp103 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp742 if (CUIndex.getVersion() != 2) in write()
744 "unsupported cu_index version: " + utostr(CUIndex.getVersion()) + in write()
783 if (TUIndex.getVersion() != 2) in write()
785 "unsupported tu_index version: " + utostr(TUIndex.getVersion()) + in write()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp38 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version); in setFuncName()
146 if (PGOReader->getVersion() <= 4) in getPGOHashVersion()
148 if (PGOReader->getVersion() <= 5) in getPGOHashVersion()
838 ProfileVersion = PGOReader->getVersion(); in mapRegionCounters()
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNamedConf.py175 def getVersion(self): member in Options
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp74 AddrTables.back().Version = AddrTable.getVersion(); in dumpDebugAddr()
216 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1760 if (LineTable.Prologue.getVersion() < 2 || in patchLineTableForUnit()
1761 LineTable.Prologue.getVersion() > 5 || in patchLineTableForUnit()
1769 if (LineTable.Prologue.getVersion() == 5) in patchLineTableForUnit()
2071 updateDwarfVersion(CU->getVersion()); in loadClangModule()
2141 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2199 unsigned DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2384 updateDwarfVersion(CU->getVersion()); in link()
2427 updateDwarfVersion(CU->getVersion()); in link()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp113 unsigned APValue::LValueBase::getVersion() const { in getVersion() function in APValue::LValueBase
206 Base.getVersion()); in hash_value()
926 return ((const LV *)(const char *)&Data)->Base.getVersion(); in getLValueVersion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp111 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
H A DLinux.cpp617 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
670 if (GCCInstallation.getVersion().isOlderThan(9, 3, 1)) in IsAArch64OutlineAtomicsDefault()

123