Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp25 << ", version = " << format("0x%04x", getVersion()); in dump()
26 if (getVersion() >= 5) in dump()
32 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
H A DDWARFDebugLine.cpp73 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex()
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex()
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry()
126 << format(" version: %u\n", getVersion()); in dump()
127 if (!versionIsSupported(getVersion())) in dump()
129 if (getVersion() >= 5) in dump()
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
148 uint32_t DirBase = getVersion() >= 5 ? 0 : 1; in dump()
158 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump()
358 sizeof(getVersion()) + sizeofPrologueLength(); in getLength()
[all …]
H A DDWARFUnit.cpp306 if (!DWARFContext::isSupportedVersion(getVersion())) in extract()
311 Offset, getVersion(), DWARFContext::getMaxSupportedVersion()); in extract()
337 Context.setMaxVersionIfGreater(getVersion()); in extract()
538 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
553 if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
574 StringRef Data = Header.getVersion() >= 5 in tryExtractDIEsIfNeeded()
579 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC)) in tryExtractDIEsIfNeeded()
584 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
586 } else if (getVersion() >= 5) { in tryExtractDIEsIfNeeded()
591 getVersion()); in tryExtractDIEsIfNeeded()
[all …]
H A DDWARFTypeUnit.cpp34 << ", version = " << format("0x%04x", getVersion()); in dump()
35 if (getVersion() >= 5) in dump()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp42 if (value.getVersion() > VersionTuple(0)) { in operator <<()
43 out << '-' << value.getVersion(); in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h118 virtual uint64_t getVersion() const = 0;
256 uint64_t getVersion() const override { return 0; } in getVersion() function
368 uint64_t getVersion() const override { return Version; } in getVersion() function
544 virtual uint64_t getVersion() const = 0;
598 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion() function
722 uint64_t getVersion() const override { return Index->getVersion(); } in getVersion() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp68 if (!isDeadAddressRange(Range.LowPC, Range.HighPC, CU->getVersion(), in ObjFileAddressMap()
91 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(), in getSubprogramRelocAdjustment()
116 if (!isDeadAddress(Op.getRawOperand(0), U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment()
125 if (!isDeadAddress(Address->Address, U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment()
390 MaxDWARFVersion = std::max(Unit.getVersion(), MaxDWARFVersion); in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp134 MC->setDwarfVersion(Unit.getVersion()); in emitCompileUnitHeader()
140 Asm->emitInt16(Unit.getVersion()); in emitCompileUnitHeader()
142 if (Unit.getVersion() >= 5) { in emitCompileUnitHeader()
H A DDebugLineSectionEmitter.h103 Section.emitIntVal(P.getVersion(), 2); in emitLineTablePrologue()
104 if (P.getVersion() == 5) { in emitLineTablePrologue()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h91 uint16_t getVersion() const { return FormParams.Version; } in getVersion() function
199 uint8_t getVersion() const { return FormParams.Version; } in getVersion() function
325 uint16_t getVersion() const { return Header.getVersion(); } in getVersion() function
H A DDWARFDebugAddr.h82 uint16_t getVersion() const { return Version; } in getVersion() function
H A DDWARFUnitIndex.h176 uint32_t getVersion() const { return Header.Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp507 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugRangeListHeader()
544 if (Unit.getOrigUnit().getVersion() < 5) { in emitDwarfDebugRangeListFragment()
554 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugRangeListFooter()
604 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugLocListHeader()
643 if (Unit.getOrigUnit().getVersion() < 5) { in emitDwarfDebugLocListFragment()
655 if (Unit.getOrigUnit().getVersion() < 5) in emitDwarfDebugLocListFooter()
843 MS->emitInt16(P.getVersion()); in emitLineTablePrologue()
845 if (P.getVersion() == 5) { in emitLineTablePrologue()
1428 assert(UnitIt->second->getOrigUnit().getVersion() >= 5); in emitMacroTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp134 VersionStr(utostr(getVersion())), IRB(M.getContext()) { in SanitizerBinaryMetadata()
144 uint32_t getVersion() const { in getVersion() function in __anon0ee657d00111::SanitizerBinaryMetadata
206 auto *Version = ConstantInt::get(Int32Ty, getVersion()); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h37 PdbRaw_ImplVer getVersion() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h156 uint8_t getVersion() const { in getVersion()
155 uint8_t getVersion() const { getVersion() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 VersionTuple getVersion() const { return Version; } in getVersion() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp226 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP()
834 if (CUIndex.getVersion() != IndexVersion) in write()
836 utostr(CUIndex.getVersion()) + in write()
907 if (TUIndex.getVersion() != IndexVersion) in write()
909 utostr(TUIndex.getVersion()) + in write()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
H A DDWARFLinkerCompileUnit.h
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h88 uint32_t getVersion() const { return TheHeader->Version; } in getFlags()
87 uint32_t getVersion() const { return TheHeader->Version; } getVersion() function

1234