| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 77 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 D | DWARFCompileUnit.cpp | 22 << ", 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 D | DWARFDebugLine.cpp | 74 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 D | DWARFUnit.cpp | 277 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 D | DWARFTypeUnit.cpp | 36 << ", version = " << format("0x%04x", getVersion()); in dump() 37 if (getVersion() >= 5) in dump()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 42 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 D | DWARFUnit.h | 83 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 D | DWARFDebugAddr.h | 85 uint16_t getVersion() const { return Version; } in getVersion() function
|
| H A D | DWARFUnitIndex.h | 142 uint32_t getVersion() const { return Header.Version; } in getVersion() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 380 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 D | DarwinSDKInfo.h | 25 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Availability.h | 51 VersionTuple getVersion() const { return Version; } in getVersion() function
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LdifReader.h | 32 inline int getVersion() const in getVersion() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 41 PdbRaw_ImplVer getVersion() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 107 uint8_t getVersion() const { in getVersion() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 103 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 742 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 D | CodeGenPGO.cpp | 38 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 D | NamedConf.py | 175 def getVersion(self): member in Options
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 74 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 D | DWARFLinker.cpp | 1760 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 D | APValue.cpp | 113 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 D | RISCVToolchain.cpp | 111 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| H A D | Linux.cpp | 617 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths() 670 if (GCCInstallation.getVersion().isOlderThan(9, 3, 1)) in IsAArch64OutlineAtomicsDefault()
|