| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 78 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 D | DarwinSDKInfo.h | 130 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
|
| /openbsd-src/gnu/llvm/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 | 73 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 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() 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 D | InstrProfReader.h | 114 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 D | ObjCRuntime.cpp | 42 if (value.getVersion() > VersionTuple(0)) { in operator <<() 43 out << '-' << value.getVersion(); in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 62 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 D | DWARFUnit.h | 86 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 D | DWARFDebugAddr.h | 82 uint16_t getVersion() const { return Version; } in getVersion() function
|
| H A D | DWARFUnitIndex.h | 176 uint32_t getVersion() const { return Header.Version; } in getVersion() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Availability.h | 51 VersionTuple getVersion() const { return Version; } in getVersion() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 37 PdbRaw_ImplVer getVersion() const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 155 uint8_t getVersion() const { in getVersion() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DWP/ |
| H A D | DWP.cpp | 202 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 D | SanitizerBinaryMetadata.cpp | 141 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 D | PPCLinux.cpp | 98 GCCInstallation.getVersion().isOlderThan(12, 1, 0)); in SupportIEEEFloat128()
|
| H A D | CSKYToolChain.cpp | 100 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| H A D | RISCVToolchain.cpp | 117 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 87 uint32_t getVersion() const { return TheHeader->Version; } in getVersion() function
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 39 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 D | dwarf2yaml.cpp | 76 AddrTables.back().Version = AddrTable.getVersion(); in dumpDebugAddr() 218 NewUnit.Version = CU->getVersion(); in dumpDebugInfo()
|