Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/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()
256 return (getVersion() >= VersionTuple(6)); in hasOptimizedSetter()
381 return getVersion() >= VersionTuple(1, 7); in hasAtomicCopyHelper()
393 return getVersion() >= VersionTuple(9); in hasARCUnsafeClaimAutoreleasedReturnValue()
395 return getVersion() >= VersionTuple(2); in hasARCUnsafeClaimAutoreleasedReturnValue()
411 return getVersion() >= VersionTuple(9); in hasEmptyCollections()
413 return getVersion() >= VersionTuple(2); in hasEmptyCollections()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp21 << " version = " << format("0x%04x", getVersion()); in dump()
22 if (getVersion() >= 5) in dump()
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
H A DDWARFTypeUnit.cpp34 << " version = " << format("0x%04x", getVersion()); in dump()
35 if (getVersion() >= 5) in dump()
H A DDWARFDebugLine.cpp86 << format(" version: %u\n", getVersion()); in dump()
87 if (getVersion() >= 5) in dump()
92 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
104 uint32_t DirBase = getVersion() >= 5 ? 0 : 1; in dump()
114 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump()
295 if (getVersion() < 2) in parse()
299 PrologueOffset, getVersion()); in parse()
301 if (getVersion() >= 5) { in parse()
312 if (getVersion() >= 4) in parse()
325 if (getVersion() >= 5) { in parse()
H A DDWARFUnit.cpp292 bool VersionOK = DWARFContext::isSupportedVersion(getVersion()); in extract()
299 Context.setMaxVersionIfGreater(getVersion()); in extract()
438 else if (getVersion() >= 5) in extractDIEsIfNeeded()
444 if (getVersion() >= 5) { in extractDIEsIfNeeded()
508 if (getVersion() >= 5) { in parseDWO()
537 if (getVersion() <= 4) { in findRnglistFromOffset()
828 if (getVersion() >= 5) { in determineStringOffsetsTableContributionDWO()
H A DDWARFDie.cpp89 DWARFExpression(Data, U->getVersion(), U->getAddressByteSize()) in dumpLocation()
126 Data, &Offset, UseLocLists ? U->getVersion() : 4); in dumpLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DObjCRuntime.cpp43 if (value.getVersion() > VersionTuple(0)) { in operator <<()
44 out << '-' << value.getVersion(); in operator <<()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h79 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
177 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
279 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFDebugLine.h100 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
H A DDWARFListTable.h102 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
H A DDWARFDebugFrame.h194 uint8_t getVersion() const { return Version; } in getVersion() function
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h343 virtual uint64_t getVersion() const = 0;
383 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
434 uint64_t getVersion() const { return Index->getVersion(); } in getVersion() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDarwinSDKInfo.h26 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAvailability.h52 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h42 PdbRaw_ImplVer getVersion() const;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DWin64EH.h100 uint8_t getVersion() const { in getVersion() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h22 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
H A DDwarfCFIEHPrinter.h201 W.printNumber("version", CIE->getVersion()); in printEHFrame()
H A DWin64EHDumper.cpp240 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp104 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java166 consumer.getVersion(); // allowed in beforeOpen()
522 consumer.getVersion(); // allowed in afterClose()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp66 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
H A DSolaris.cpp274 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp67 ID.AddInteger(Base.getVersion()); in getHashValue()
656 return ((const LV*)(const char*)Data.buffer)->Base.getVersion(); in getLValueVersion()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h318 unsigned getVersion() const { return 2; } in getVersion() function

123