Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h78 const VersionTuple &getVersion() const { return Version; } in getVersion() function
108 return !(getVersion() >= VersionTuple(1, 6)); in isLegacyDispatchDefaultForArch()
111 return !(getVersion() >= VersionTuple(1, 9)); in isLegacyDispatchDefaultForArch()
113 return !(getVersion() >= VersionTuple(2, 2)); in isLegacyDispatchDefaultForArch()
118 (getVersion() >= VersionTuple(10, 0)) && in isLegacyDispatchDefaultForArch()
119 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch()
154 return getVersion() >= VersionTuple(10, 7); in allowsARC()
172 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
173 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
174 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
[all …]
/freebsd/contrib/llvm-project/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()
357 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.cpp306 if (!DWARFContext::isSupportedVersion(getVersion())) in extract()
311 Offset, getVersion(), DWARFContext::getMaxSupportedVersion()); in extract()
337 Context.setMaxVersionIfGreater(getVersion()); in extract()
537 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
552 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
573 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
578 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC)) in tryExtractDIEsIfNeeded()
583 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
585 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
590 getVersion()); in tryExtractDIEsIfNeeded()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h36 virtual uint32_t getVersion() const = 0;
120 uint32_t getVersion() const override { return Header.Version; } in getVersion() function
162 uint32_t getVersion() const override { return 0; } in getVersion() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp68 if (!isDeadAddressRange(Range.LowPC, Range.HighPC, CU->getVersion(), in ObjFileAddressMap()
91 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(), in getSubprogramRelocAdjustment()
116 if (!isDeadAddress(Op.getRawOperand(0), U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment()
125 if (!isDeadAddress(Address->Address, U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment()
390 MaxDWARFVersion = std::max(Unit.getVersion(), MaxDWARFVersion); in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h122 virtual uint64_t getVersion() const = 0;
269 uint64_t getVersion() const override { return 0; } in getVersion() function
399 uint64_t getVersion() const override { return Version; } in getVersion() function
580 virtual uint64_t getVersion() const = 0;
635 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
780 uint64_t getVersion() const override { return Index->getVersion(); } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp135 MC->setDwarfVersion(Unit.getVersion()); in emitCompileUnitHeader()
141 Asm->emitInt16(Unit.getVersion()); in emitCompileUnitHeader()
143 if (Unit.getVersion() >= 5) { in emitCompileUnitHeader()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h93 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
203 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
329 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.h180 uint32_t getVersion() const { return Header.Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp507 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugRangeListHeader()
544 if (Unit.getOrigUnit().getVersion() < 5) { in emitDwarfDebugRangeListFragment()
554 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugRangeListFooter()
604 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugLocListHeader()
643 if (Unit.getOrigUnit().getVersion() < 5) { in emitDwarfDebugLocListFragment()
655 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugLocListFooter()
844 MS->emitInt16(P.getVersion()); in emitLineTablePrologue()
846 if (P.getVersion() == 5) { in emitLineTablePrologue()
1433 assert(UnitIt->second->getOrigUnit().getVersion() >= 5); in emitMacroTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp133 VersionStr(utostr(getVersion())), IRB(M.getContext()) { in SanitizerBinaryMetadata()
142 uint32_t getVersion() const { in getVersion() function in __anon0ee657d00111::SanitizerBinaryMetadata
204 auto *Version = ConstantInt::get(Int32Ty, getVersion()); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h38 LLVM_ABI PdbRaw_ImplVer getVersion() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h164 uint8_t getVersion() const { in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp97 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp223 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
831 if (CUIndex.getVersion() != IndexVersion) in write()
833 utostr(CUIndex.getVersion()) + in write()
904 if (TUIndex.getVersion() != IndexVersion) in write()
906 utostr(TUIndex.getVersion()) + in write()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp96 dxbc::ProgramHeader::getVersion(MajorVersion, MinorVersion); in writeObject()

1234