| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 110 (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 D | DarwinSDKInfo.h | 114 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.cpp | 22 << ", 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 D | DWARFUnit.cpp | 286 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 D | DWARFDebugLine.cpp | 74 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 D | DWARFTypeUnit.cpp | 36 << ", version = " << format("0x%04x", getVersion()); in dump() 37 if (getVersion() >= 5) in dump()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 42 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 D | DWARFUnit.h | 83 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 D | DWARFDebugAddr.h | 85 uint16_t getVersion() const { return Version; } in getVersion() function
|
| H A D | DWARFUnitIndex.h | 142 uint32_t getVersion() const { return Header.Version; } in getVersion() function
|
| H A D | DWARFListTable.h | 96 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
|
| H A D | DWARFDebugLine.h | 100 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 387 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 D | Availability.h | 51 VersionTuple getVersion() const { return Version; } in getVersion() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 41 PdbRaw_ImplVer getVersion() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 107 uint8_t getVersion() const { in getVersion() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 199 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 D | InfoStream.cpp | 103 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 D | TestStateMachine.java | 166 consumer.getVersion(); // allowed in beforeOpen() 522 consumer.getVersion(); // allowed in afterClose()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 38 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 D | DWARFLinker.cpp | 1760 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 D | RISCVToolchain.cpp | 111 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| H A D | Linux.cpp | 614 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 D | APValue.cpp | 113 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()
|