Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h154 return getVersion() >= VersionTuple(10, 7); in allowsARC()
208 return getVersion() >= VersionTuple(8); in shouldUseARCFunctionsForRetainRelease()
250 return getVersion() >= VersionTuple(8); in shouldUseRuntimeFunctionsForAlloc()
257 return getVersion() >= VersionTuple(2, 2); in shouldUseRuntimeFunctionsForAlloc()
274 return getVersion() >= VersionTuple(5, 2); in shouldUseRuntimeFunctionForCombinedAllocInit()
276 return getVersion() >= VersionTuple(2, 2); in shouldUseRuntimeFunctionForCombinedAllocInit()
425 return getVersion() >= VersionTuple(9); in hasARCUnsafeClaimAutoreleasedReturnValue()
427 return getVersion() >= VersionTuple(2); in hasARCUnsafeClaimAutoreleasedReturnValue()
443 return getVersion() >= VersionTuple(9); in hasEmptyCollections()
445 return getVersion() >= VersionTuple(2); in hasEmptyCollections()
[all …]
H A DDarwinSDKInfo.h130 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/freebsd-14.2/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()
127 if (!versionIsSupported(getVersion())) in dump()
129 if (getVersion() >= 5) in dump()
359 if (getVersion() >= 5) in getLength()
390 if (getVersion() >= 5) { in parse()
403 if (getVersion() >= 4) in parse()
438 getVersion() >= 5 in parse()
1433 if (getVersion() >= 5) { in getFileNameByIndex()
[all …]
H A DDWARFTypeUnit.cpp34 << ", version = " << format("0x%04x", getVersion()); in dump()
35 if (getVersion() >= 5) in dump()
H A DDWARFUnit.cpp302 if (!DWARFContext::isSupportedVersion(getVersion())) in extract()
333 Context.setMaxVersionIfGreater(getVersion()); in extract()
515 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
530 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
551 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
563 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
568 getVersion()); in tryExtractDIEsIfNeeded()
588 auto DWOFileName = getVersion() >= 5 in parseDWO()
624 if (getVersion() == 4) { in parseDWO()
645 if (getVersion() <= 4) { in findRnglistFromOffset()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h118 virtual uint64_t getVersion() const = 0;
256 uint64_t getVersion() const override { return 0; } in getVersion() function
364 uint64_t getVersion() const override { return Version; } in getVersion() function
540 virtual uint64_t getVersion() const = 0;
592 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
683 uint64_t getVersion() const override { return Index->getVersion(); } in getVersion() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp133 MC->setDwarfVersion(Unit.getVersion()); in emitCompileUnitHeader()
139 Asm->emitInt16(Unit.getVersion()); in emitCompileUnitHeader()
141 if (Unit.getVersion() >= 5) { in emitCompileUnitHeader()
H A DDIEAttributeCloner.h106 (InUnit.getVersion() < 5) || in DIEAttributeCloner()
H A DDWARFLinkerTypeUnit.cpp285 if (getVersion() < 5) in addFileNameIntoLinetable()
304 return getVersion() < 5 ? FileIdx + 1 : FileIdx; in addFileNameIntoLinetable()
H A DDebugLineSectionEmitter.h103 Section.emitIntVal(P.getVersion(), 2); in emitLineTablePrologue()
104 if (P.getVersion() == 5) { in emitLineTablePrologue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h91 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
199 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
325 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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h37 PdbRaw_ImplVer getVersion() const;
/freebsd-14.2/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()
843 MS->emitInt16(P.getVersion()); in emitLineTablePrologue()
845 if (P.getVersion() == 5) { in emitLineTablePrologue()
1419 assert(UnitIt->second->getOrigUnit().getVersion() >= 5); in emitMacroTableImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h156 uint8_t getVersion() const { in getVersion() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp98 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp226 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
810 if (CUIndex.getVersion() != IndexVersion) in write()
812 utostr(CUIndex.getVersion()) + in write()
883 if (TUIndex.getVersion() != IndexVersion) in write()
885 utostr(TUIndex.getVersion()) + in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp143 uint32_t getVersion() const { in getVersion() function in __anon758ec0060111::SanitizerBinaryMetadata
204 auto *Version = ConstantInt::get(Int32Ty, getVersion()); in run()

1234