Searched refs:getVersion (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h78 const VersionTuple &getVersion() const { return Version; } function in class:clang::ObjCRuntime
108 return !(getVersion() >= VersionTuple(1, 6));
111 return !(getVersion() >= VersionTuple(1, 9));
113 return !(getVersion() >= VersionTuple(2, 2));
118 (getVersion() >= VersionTuple(10, 0)) &&
119 (getVersion() < VersionTuple(10, 6)))
154 return getVersion() >= VersionTuple(10, 7);
172 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7);
173 case MacOSX: return getVersion() >= VersionTuple(10, 7);
174 case iOS: return getVersion() >
[all...]
H A DDarwinSDKInfo.h130 const llvm::VersionTuple &getVersion() const { return Version; } function in class:clang::DarwinSDKInfo
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp25 << ", version = " << format("0x%04x", getVersion());
26 if (getVersion() >= 5)
32 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton ||
H A DDWARFTypeUnit.cpp34 << ", version = " << format("0x%04x", getVersion());
35 if (getVersion() >= 5)
H A DDWARFDebugLine.cpp73 uint16_t DwarfVersion = getVersion();
85 uint16_t DwarfVersion = getVersion();
96 uint16_t DwarfVersion = getVersion();
126 << format(" version: %u\n", getVersion());
127 if (!versionIsSupported(getVersion()))
129 if (getVersion() >= 5)
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
148 uint32_t DirBase = getVersion() >= 5 ? 0 : 1;
158 uint32_t FileBase = getVersion() >= 5 ? 0 : 1;
358 sizeof(getVersion())
[all...]
H A DDWARFUnit.cpp302 if (!DWARFContext::isSupportedVersion(getVersion()))
307 Offset, getVersion(), DWARFContext::getMaxSupportedVersion());
333 Context.setMaxVersionIfGreater(getVersion());
515 if (IsDWO || getVersion() >= 5) {
530 if (getVersion() >= 5) {
551 StringRef Data = Header.getVersion() >= 5
556 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC))
561 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion());
563 } else if (getVersion() >= 5) {
568 getVersion());
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } function in class:clang::AvailabilitySpec
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h37 PdbRaw_ImplVer getVersion() const;
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) {
43 out << '-' << value.getVersion();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h82 uint16_t getVersion() const { return Version; } function in class:llvm::DWARFDebugAddrTable
H A DDWARFUnitIndex.h176 uint32_t getVersion() const { return Header.Version; } function in class:llvm::DWARFUnitIndex
H A DDWARFUnit.h91 uint16_t getVersion() const { return FormParams.Version; } function in class:llvm::DWARFUnitHeader
199 uint8_t getVersion() const { return FormParams.Version; } function in struct:llvm::StrOffsetsContributionDescriptor
325 uint16_t getVersion() const { return Header.getVersion(); }
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion());
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp133 MC->setDwarfVersion(Unit.getVersion());
139 Asm->emitInt16(Unit.getVersion());
141 if (Unit.getVersion() >= 5) {
H A DDIEAttributeCloner.h106 (InUnit.getVersion() < 5) ||
H A DDWARFLinkerTypeUnit.cpp285 if (getVersion() < 5)
304 return getVersion() < 5 ? FileIdx + 1 : FileIdx;
H A DDebugLineSectionEmitter.h103 Section.emitIntVal(P.getVersion(), 2);
104 if (P.getVersion() == 5) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp68 if (!isDeadAddressRange(Range.LowPC, Range.HighPC, CU->getVersion(),
91 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(),
116 if (!isDeadAddress(Op.getRawOperand(0), U.getVersion(), Opts.Tombstone,
125 if (!isDeadAddress(Address->Address, U.getVersion(), Opts.Tombstone,
390 MaxDWARFVersion = std::max(Unit.getVersion(), MaxDWARFVersion);
/freebsd-current/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; }
364 uint64_t getVersion() const override { return Version; }
540 virtual uint64_t getVersion() const = 0;
592 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); }
683 uint64_t getVersion() const override { return Index->getVersion(); }
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { function in class:InfoStream
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp98 GCCInstallation.getVersion().isOlderThan(12, 1, 0));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h156 uint8_t getVersion() const { function in struct:llvm::Win64EH::UnwindInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h88 uint32_t getVersion() const { return TheHeader->Version; } function in class:llvm::object::OffloadBinary
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp507 if (Unit.getOrigUnit().getVersion() < 5)
544 if (Unit.getOrigUnit().getVersion() < 5) {
554 if (Unit.getOrigUnit().getVersion() < 5)
604 if (Unit.getOrigUnit().getVersion() < 5)
643 if (Unit.getOrigUnit().getVersion() < 5) {
655 if (Unit.getOrigUnit().getVersion() < 5)
843 MS->emitInt16(P.getVersion());
845 if (P.getVersion() == 5) {
1419 assert(UnitIt->second->getOrigUnit().getVersion() >= 5);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java164 // getVersion
166 consumer.getVersion(); // allowed
169 exit(1, "getVersion before open");
520 // getVersion
522 consumer.getVersion(); // allowed
525 exit(1, "getVersion after close");

Completed in 168 milliseconds

1234