Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h78 const VersionTuple &getVersion() const { return Version; } in getVersion() function
103 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
110 (getVersion() >= VersionTuple(10, 0)) && in isLegacyDispatchDefaultForArch()
111 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch()
146 return getVersion() >= VersionTuple(10, 7); in allowsARC()
164 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
165 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
166 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
170 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
198 return getVersion() >= VersionTuple(10, 10); in shouldUseARCFunctionsForRetainRelease()
[all …]
H A DDarwinSDKInfo.h130 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp25 << ", version = " << format("0x%04x", getVersion()); in dump()
26 if (getVersion() >= 5) in dump()
32 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
H A DDWARFDebugLine.cpp73 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 DDWARFTypeUnit.cpp34 << ", version = " << format("0x%04x", getVersion()); in dump()
35 if (getVersion() >= 5) in dump()
H A DDWARFUnit.cpp304 if (!DWARFContext::isSupportedVersion(getVersion())) { in extract()
309 Offset, getVersion(), DWARFContext::getMaxSupportedVersion())); in extract()
344 Context.setMaxVersionIfGreater(getVersion()); in extract()
526 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
541 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
562 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
567 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC)) in tryExtractDIEsIfNeeded()
572 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
574 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
579 getVersion()); in tryExtractDIEsIfNeeded()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h114 virtual uint64_t getVersion() const = 0;
229 uint64_t getVersion() const override { return 0; } in getVersion() function
325 uint64_t getVersion() const override { return Version; } in getVersion() function
495 virtual uint64_t getVersion() const = 0;
546 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
633 uint64_t getVersion() const override { return Index->getVersion(); } in getVersion() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp62 if (!isDeadAddressRange(Range.LowPC, Range.HighPC, CU->getVersion(), in ObjFileAddressMap()
81 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(), in isLiveSubprogram()
112 !isDeadAddress(Op.getRawOperand(0), U->getVersion(), in isLiveVariable()
371 MaxDWARFVersion = std::max(Unit.getVersion(), MaxDWARFVersion); in linkDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h86 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
194 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
318 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFDebugAddr.h82 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnitIndex.h176 uint32_t getVersion() const { return Header.Version; } in getVersion() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h37 PdbRaw_ImplVer getVersion() const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h155 uint8_t getVersion() const { in getVersion() function
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp202 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
728 if (CUIndex.getVersion() != IndexVersion) in write()
730 utostr(CUIndex.getVersion()) + in write()
801 if (TUIndex.getVersion() != IndexVersion) in write()
803 utostr(TUIndex.getVersion()) + in write()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp141 uint32_t getVersion() const { in getVersion() function in __anon62e4d4a70111::SanitizerBinaryMetadata
197 auto *Version = ConstantInt::get(Int32Ty, getVersion()); in run()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp98 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
H A DCSKYToolChain.cpp100 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
H A DRISCVToolchain.cpp117 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DOffloadBinary.h87 uint32_t getVersion() const { return TheHeader->Version; } in getVersion() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp39 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version); in setFuncName()
147 if (PGOReader->getVersion() <= 4) in getPGOHashVersion()
149 if (PGOReader->getVersion() <= 5) in getPGOHashVersion()
849 ProfileVersion = PGOReader->getVersion(); in mapRegionCounters()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp76 AddrTables.back().Version = AddrTable.getVersion(); in dumpDebugAddr()
218 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()

123