| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 111 (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 D | DWARFCompileUnit.cpp | 25 << ", 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 D | DWARFDebugLine.cpp | 74 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 D | DWARFTypeUnit.cpp | 34 << ", version = " << format("0x%04x", getVersion()); in dump() 35 if (getVersion() >= 5) in dump()
|
| H A D | DWARFUnit.cpp | 304 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 D | DWARFRewriter.cpp | 153 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 D | ObjCRuntime.cpp | 42 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 D | TargetAndABI.cpp | 29 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 D | SPIRVAttributes.cpp | 217 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 D | SPIRVAttributes.h | 97 Version getVersion(); 152 Version getVersion() const;
|
| H A D | TargetAndABI.h | 32 Version getVersion() const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 61 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 D | DWARFUnit.h | 87 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 D | DWARFDebugAddr.h | 82 uint16_t getVersion() const { return Version; } in getVersion() function
|
| H A D | DWARFUnitIndex.h | 161 uint32_t getVersion() const { return Header.Version; } in getVersion() function
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | DarwinSDKInfoTest.cpp | 91 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 D | Availability.h | 51 VersionTuple getVersion() const { return Version; } in getVersion() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 463 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 D | InfoStream.h | 37 PdbRaw_ImplVer getVersion() const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 141 uint8_t getVersion() const { in getVersion() function
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | PPCLinux.cpp | 83 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 202 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 D | InfoStream.cpp | 101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 87 uint32_t getVersion() const { return TheHeader->Version; } in getVersion() function
|