Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h110 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch()
145 return getVersion() >= VersionTuple(10, 7); in allowsARC()
199 return getVersion() >= VersionTuple(8); in shouldUseARCFunctionsForRetainRelease()
235 return getVersion() >= VersionTuple(8); in shouldUseRuntimeFunctionsForAlloc()
259 return getVersion() >= VersionTuple(5, 2); in shouldUseRuntimeFunctionForCombinedAllocInit()
396 return getVersion() >= VersionTuple(1, 7); in hasAtomicCopyHelper()
408 return getVersion() >= VersionTuple(9); in hasARCUnsafeClaimAutoreleasedReturnValue()
410 return getVersion() >= VersionTuple(2); in hasARCUnsafeClaimAutoreleasedReturnValue()
426 return getVersion() >= VersionTuple(9); in hasEmptyCollections()
428 return getVersion() >= VersionTuple(2); in hasEmptyCollections()
[all …]
H A DDarwinSDKInfo.h114 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp22 << ", version = " << format("0x%04x", getVersion()); in dump()
23 if (getVersion() >= 5) in dump()
29 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
H A DDWARFUnit.cpp286 if (!DWARFContext::isSupportedVersion(getVersion())) { in extract()
331 Context.setMaxVersionIfGreater(getVersion()); in extract()
494 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
509 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
530 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
542 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
547 getVersion()); in tryExtractDIEsIfNeeded()
567 auto DWOFileName = getVersion() >= 5 in parseDWO()
594 if (getVersion() == 4) { in parseDWO()
611 if (getVersion() <= 4) { in findRnglistFromOffset()
[all …]
H A DDWARFDebugLine.cpp74 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 DDWARFTypeUnit.cpp36 << ", version = " << format("0x%04x", getVersion()); in dump()
37 if (getVersion() >= 5) in dump()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h83 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
191 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
285 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFDebugAddr.h85 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnitIndex.h142 uint32_t getVersion() const { return Header.Version; } in getVersion() function
H A DDWARFListTable.h96 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
H A DDWARFDebugLine.h100 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h387 virtual uint64_t getVersion() const = 0;
429 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
491 uint64_t getVersion() const { return Index->getVersion(); } in getVersion() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h51 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h41 PdbRaw_ImplVer getVersion() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h107 uint8_t getVersion() const { in getVersion() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp199 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
701 if (CUIndex.getVersion() != IndexVersion) in write()
703 utostr(CUIndex.getVersion()) + in write()
774 if (TUIndex.getVersion() != IndexVersion) in write()
776 utostr(TUIndex.getVersion()) + in write()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp103 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp38 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version); in setFuncName()
146 if (PGOReader->getVersion() <= 4) in getPGOHashVersion()
148 if (PGOReader->getVersion() <= 5) in getPGOHashVersion()
838 ProfileVersion = PGOReader->getVersion(); in mapRegionCounters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1760 if (LineTable.Prologue.getVersion() < 2 || in patchLineTableForUnit()
1761 LineTable.Prologue.getVersion() > 5 || in patchLineTableForUnit()
1769 if (LineTable.Prologue.getVersion() == 5) in patchLineTableForUnit()
2071 updateDwarfVersion(CU->getVersion()); in loadClangModule()
2141 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2199 unsigned DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits()
2384 updateDwarfVersion(CU->getVersion()); in link()
2427 updateDwarfVersion(CU->getVersion()); in link()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp111 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
H A DLinux.cpp614 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
667 if (GCCInstallation.getVersion().isOlderThan(9, 3, 1)) in IsAArch64OutlineAtomicsDefault()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp113 unsigned APValue::LValueBase::getVersion() const { in getVersion() function in APValue::LValueBase
206 Base.getVersion()); in hash_value()
926 return ((const LV *)(const char *)&Data)->Base.getVersion(); in getLValueVersion()

123