/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.cpp | 25 << ", 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 D | DWARFDebugLine.cpp | 73 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 D | DWARFUnit.cpp | 306 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 D | DWARFTypeUnit.cpp | 34 << ", version = " << format("0x%04x", getVersion()); in dump() 35 if (getVersion() >= 5) in dump()
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 118 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 D | DebugInfoLinker.cpp | 68 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 D | DWARFEmitterImpl.cpp | 134 MC->setDwarfVersion(Unit.getVersion()); in emitCompileUnitHeader() 140 Asm->emitInt16(Unit.getVersion()); in emitCompileUnitHeader() 142 if (Unit.getVersion() >= 5) { in emitCompileUnitHeader()
|
H A D | DebugLineSectionEmitter.h | 103 Section.emitIntVal(P.getVersion(), 2); in emitLineTablePrologue() 104 if (P.getVersion() == 5) { in emitLineTablePrologue()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 91 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 D | DWARFDebugAddr.h | 82 uint16_t getVersion() const { return Version; } in getVersion() function
|
H A D | DWARFUnitIndex.h | 176 uint32_t getVersion() const { return Header.Version; } in getVersion() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 507 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 D | SanitizerBinaryMetadata.cpp | 134 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 D | InfoStream.h | 37 PdbRaw_ImplVer getVersion() const;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Win64EH.h | 156 uint8_t getVersion() const { in getVersion() 155 uint8_t getVersion() const { getVersion() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 52 VersionTuple getVersion() const { return Version; } in getVersion() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 226 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 D | InfoStream.cpp | 101 PdbRaw_ImplVer InfoStream::getVersion() const { in getVersion() function in InfoStream
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerUnit.h |
|
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | OffloadBinary.h | 88 uint32_t getVersion() const { return TheHeader->Version; } in getFlags() 87 uint32_t getVersion() const { return TheHeader->Version; } getVersion() function
|