| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 111 (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 D | DWARFCompileUnit.cpp | 21 << " 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 D | DWARFTypeUnit.cpp | 34 << " version = " << format("0x%04x", getVersion()); in dump() 35 if (getVersion() >= 5) in dump()
|
| H A D | DWARFDebugLine.cpp | 86 << 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 D | DWARFUnit.cpp | 292 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 D | DWARFDie.cpp | 89 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 D | ObjCRuntime.cpp | 43 if (value.getVersion() > VersionTuple(0)) { in operator <<() 44 out << '-' << value.getVersion(); in operator <<()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 79 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 D | DWARFDebugLine.h | 100 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function 112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
|
| H A D | DWARFListTable.h | 102 uint16_t getVersion() const { return HeaderData.Version; } in getVersion() function
|
| H A D | DWARFDebugFrame.h | 194 uint8_t getVersion() const { return Version; } in getVersion() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 343 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 D | DarwinSDKInfo.h | 26 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Availability.h | 52 VersionTuple getVersion() const { return Version; } in getVersion() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 42 PdbRaw_ImplVer getVersion() const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 100 uint8_t getVersion() const { in getVersion() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 22 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
| H A D | DwarfCFIEHPrinter.h | 201 W.printNumber("version", CIE->getVersion()); in printEHFrame()
|
| H A D | Win64EHDumper.cpp | 240 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 104 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 D | TestStateMachine.java | 166 consumer.getVersion(); // allowed in beforeOpen() 522 consumer.getVersion(); // allowed in afterClose()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | RISCVToolchain.cpp | 66 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| H A D | Solaris.cpp | 274 const GCCVersion &Version = GCCInstallation.getVersion(); in addLibStdCxxIncludePaths()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 67 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 D | StackMapParser.h | 318 unsigned getVersion() const { return 2; } in getVersion() function
|