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

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h77 const VersionTuple &getVersion() const { return Version; } function in class:clang::ObjCRuntime
102 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
109 (getVersion() >= VersionTuple(10, 0)) &&
110 (getVersion() < VersionTuple(10, 6)))
145 return getVersion() >= VersionTuple(10, 7);
163 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7);
164 case MacOSX: return getVersion() >= VersionTuple(10, 7);
165 case iOS: return getVersion() >= VersionTuple(5);
169 case GNUstep: return getVersion() >= VersionTuple(1, 6);
197 return getVersion() >
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp20 << " version = " << format("0x%04x", getVersion());
21 if (getVersion() >= 5)
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile)
H A DDWARFTypeUnit.cpp33 << " version = " << format("0x%04x", getVersion());
34 if (getVersion() >= 5)
H A DDWARFUnit.cpp191 Header.getVersion() >= 5
197 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion());
199 } else if (Header.getVersion() >= 5) {
204 Header.getVersion());
322 bool VersionOK = DWARFContext::isSupportedVersion(getVersion());
329 Context.setMaxVersionIfGreater(getVersion());
479 if (IsDWO || getVersion() >= 5) {
494 if (getVersion() >= 5) {
565 auto DWOFileName = getVersion() >= 5
591 if (getVersion() >
[all...]
H A DDWARFDebugLine.cpp69 uint16_t DwarfVersion = getVersion();
79 uint16_t DwarfVersion = getVersion();
104 << format(" version: %u\n", getVersion());
105 if (getVersion() >= 5)
110 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
122 uint32_t DirBase = getVersion() >= 5 ? 0 : 1;
132 uint32_t FileBase = getVersion() >= 5 ? 0 : 1;
318 if (getVersion() < 2)
322 PrologueOffset, getVersion());
324 if (getVersion() >
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDarwinSDKInfo.h25 const llvm::VersionTuple &getVersion() const { return Version; } function in class:clang::driver::DarwinSDKInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } function in class:clang::AvailabilitySpec
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h41 PdbRaw_ImplVer getVersion() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) {
43 out << '-' << value.getVersion();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion());
H A DDwarfCFIEHPrinter.h206 W.printNumber("version", CIE->getVersion());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h101 uint8_t getVersion() const { function in struct:llvm::Win64EH::UnwindInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp103 PdbRaw_ImplVer InfoStream::getVersion() const { function in class:InfoStream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h79 uint16_t getVersion() const { return FormParams.Version; } function in class:llvm::DWARFUnitHeader
182 uint8_t getVersion() const { return FormParams.Version; } function in struct:llvm::StrOffsetsContributionDescriptor
283 uint16_t getVersion() const { return Header.getVersion(); } function in class:llvm::DWARFUnit
H A DDWARFDebugLine.h100 uint16_t getVersion() const { return FormParams.Version; } function in struct:llvm::DWARFDebugLine::Prologue
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) +
H A DDWARFListTable.h101 uint16_t getVersion() const { return HeaderData.Version; } function in class:llvm::DWARFListTableHeader
H A DDWARFDebugFrame.h193 uint8_t getVersion() const { return Version; } function in class:llvm::dwarf::CIE
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h360 virtual uint64_t getVersion() const = 0;
401 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); }
459 uint64_t getVersion() const { return Index->getVersion(); } function in class:llvm::IndexedInstrProf::IndexedInstrProfReader
/freebsd-11-stable/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");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp96 const GCCVersion &Version = GCCInstallation.getVersion();
H A DSolaris.cpp281 const GCCVersion &Version = GCCInstallation.getVersion();
H A DMyriad.cpp255 const GCCVersion &Version = GCCInstallation.getVersion();
H A DGnu.h238 const GCCVersion &getVersion() const { return Version; } function in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h105 NewUnit.emplace(OrigUnit.getVersion(), OrigUnit.getAddressByteSize(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h326 unsigned getVersion() const { return 3; } function in class:llvm::StackMapParser::LocationKind

Completed in 138 milliseconds

123