Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DObjCRuntime.h111 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch()
146 return getVersion() >= VersionTuple(10, 7); in allowsARC()
200 return getVersion() >= VersionTuple(8); in shouldUseARCFunctionsForRetainRelease()
236 return getVersion() >= VersionTuple(8); in shouldUseRuntimeFunctionsForAlloc()
260 return getVersion() >= VersionTuple(5, 2); in shouldUseRuntimeFunctionForCombinedAllocInit()
397 return getVersion() >= VersionTuple(1, 7); in hasAtomicCopyHelper()
409 return getVersion() >= VersionTuple(9); in hasARCUnsafeClaimAutoreleasedReturnValue()
411 return getVersion() >= VersionTuple(2); in hasARCUnsafeClaimAutoreleasedReturnValue()
427 return getVersion() >= VersionTuple(9); in hasEmptyCollections()
429 return getVersion() >= VersionTuple(2); in hasEmptyCollections()
[all …]
/llvm-project-15.0.7/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.cpp74 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()
354 if (getVersion() >= 5) in getLength()
382 PrologueOffset, getVersion()); in parse()
385 if (getVersion() >= 5) { in parse()
398 if (getVersion() >= 4) in parse()
433 getVersion() >= 5 in parse()
[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()
344 Context.setMaxVersionIfGreater(getVersion()); in extract()
525 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
540 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
561 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
573 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
578 getVersion()); in tryExtractDIEsIfNeeded()
598 auto DWOFileName = getVersion() >= 5 in parseDWO()
625 if (getVersion() == 4) { in parseDWO()
646 if (getVersion() <= 4) { in findRnglistFromOffset()
[all …]
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp153 if (Unit.getVersion() == 5) { in addStringHelper()
288 if (Unit->getVersion() >= 5) { in updateDebugInfo()
306 if (Unit->getVersion() >= 5) in updateDebugInfo()
316 if (Unit->getVersion() >= 5) { in updateDebugInfo()
327 if (Unit->getVersion() >= 5) in updateDebugInfo()
529 if (Unit.getVersion() >= 5 && in updateUnitDebugInfo()
1041 } else if (CU->getVersion() >= 5) { in finalizeDebugSections()
1398 Version = CU->getVersion(); in writeDWP()
1430 if (CU->getVersion() == 5) { in writeDWP()
1588 if (CU->getVersion() == 5) { in writeDWOFiles()
[all …]
/llvm-project-15.0.7/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp29 spirv::getImpliedExtensions(targetAttr.getVersion())) in TargetEnv()
41 spirv::Version spirv::TargetEnv::getVersion() const { in getVersion() function in spirv::TargetEnv
42 return targetAttr.getVersion(); in getVersion()
H A DSPIRVAttributes.cpp217 spirv::Version spirv::VerCapExtAttr::getVersion() { in getVersion() function in spirv::VerCapExtAttr
301 spirv::Version spirv::TargetEnvAttr::getVersion() const { in getVersion() function in spirv::TargetEnvAttr
302 return getTripleAttr().getVersion(); in getVersion()
605 << spirv::stringifyVersion(triple.getVersion()) << ", ["; in print()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h97 Version getVersion();
152 Version getVersion() const;
H A DTargetAndABI.h32 Version getVersion() const;
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp61 if (!isDeadAddressRange(Range.LowPC, Range.HighPC, CU->getVersion(), in ObjFileAddressMap()
80 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(), in isLiveSubprogram()
111 !isDeadAddress(Op.getRawOperand(0), U->getVersion(), in isLiveVariable()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h87 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
195 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
294 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.h161 uint32_t getVersion() const { return Header.Version; } in getVersion() function
/llvm-project-15.0.7/clang/unittests/Basic/
H A DDarwinSDKInfoTest.cpp91 EXPECT_EQ(SDKInfo->getVersion(), VersionTuple(11, 0)); in TEST()
136 EXPECT_EQ(SDKInfo->getVersion(), VersionTuple(15, 0)); in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h463 virtual uint64_t getVersion() const = 0;
513 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
592 uint64_t getVersion() const { return Index->getVersion(); } in getVersion() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h37 PdbRaw_ImplVer getVersion() const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DWin64EH.h141 uint8_t getVersion() const { in getVersion() function
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp83 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp202 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
714 if (CUIndex.getVersion() != IndexVersion) in write()
716 utostr(CUIndex.getVersion()) + in write()
787 if (TUIndex.getVersion() != IndexVersion) in write()
789 utostr(TUIndex.getVersion()) + in write()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DOffloadBinary.h87 uint32_t getVersion() const { return TheHeader->Version; } in getVersion() function

1234