Home
last modified time | relevance | path

Searched refs:DWARF32 (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFDataExtractorSimple.h73 return {0, dwarf::DWARF32};
77 dwarf::DwarfFormat Format = dwarf::DWARF32;
87 return {0, dwarf::DWARF32};
98 return {0, dwarf::DWARF32};
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp170 IO.mapOptional("Format", ARange.Format, dwarf::DWARF32); in mapping()
202 IO.mapOptional("Format", Section.Format, dwarf::DWARF32); in mapping()
211 IO.mapOptional("Format", Unit.Format, dwarf::DWARF32); in mapping()
280 IO.mapOptional("Format", LineTable.Format, dwarf::DWARF32); in mapping()
305 IO.mapOptional("Format", AddrTable.Format, dwarf::DWARF32); in mapping()
315 IO.mapOptional("Format", StrOffsetsTable.Format, dwarf::DWARF32); in mapping()
360 IO.mapOptional("Format", ListTable.Format, dwarf::DWARF32); in mapping()
H A DDWARFEmitter.cpp816 dwarf::FormParams Params{/*Version=*/5, /*AddrSize=*/4, dwarf::DWARF32}; in getNonZeroDataSizesFor()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h440 return Format.Format == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in getDebugAddrHeaderSize()
446 return Format.Format == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in getDebugStrOffsetsHeaderSize()
456 dwarf::FormParams Format = {4, 4, dwarf::DWARF32};
H A DDWARFLinkerImpl.cpp97 0, dwarf::DwarfFormat::DWARF32}; in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h114 dwarf::FormParams Format = {4, 4, dwarf::DWARF32};
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h57 dwarf::DwarfFormat Format = dwarf::DwarfFormat::DWARF32;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp137 dwo_cu->SetRangesBase(llvm::DWARFListTableHeader::getHeaderSize(DWARF32)); in ExtractUnitDIEIfNeeded()
142 dwo_cu->SetLoclistsBase(llvm::DWARFListTableHeader::getHeaderSize(DWARF32)); in ExtractUnitDIEIfNeeded()
508 uint64_t header_size = llvm::DWARFListTableHeader::getHeaderSize(DWARF32); in SetLoclistsBase()
578 GetRnglistData().GetAsLLVMDWARF(), m_ranges_base, DWARF32)) in GetRnglistTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h92 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enumerator
1082 case DwarfFormat::DWARF32: in getDwarfOffsetByteSize()
1121 case DwarfFormat::DWARF32: in getUnitLengthFieldByteSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp24 return Flags & MACRO_OFFSET_SIZE ? DWARF64 : DWARF32; in getDwarfFormat()
H A DDWARFUnit.cpp1126 DWARF32); in parseDWARF32StringOffsetsTableHeader()
1144 case dwarf::DwarfFormat::DWARF32: { in parseDWARFStringOffsetsTableHeader()
1182 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO()
H A DDWARFAcceleratorTable.cpp57 FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in extract()
H A DDWARFDebugLine.cpp110 FormParams = dwarf::FormParams({0, 0, DWARF32}); in clear()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp891 case DWARF32: in FormatString()
900 return FormatString(IsDWARF64 ? DWARF64 : DWARF32); in FormatString()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h106 case dwarf::DwarfFormat::DWARF32: in getHeaderSize()
H A DDWARFFormValue.h60 dwarf::DWARF32; /// Remember the DWARF format at extract time.
H A DDWARFUnit.h196 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32};
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp92 llvm::dwarf::DWARF32); in DumpDWARFExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h431 IO.enumCase(Format, "DWARF32", dwarf::DWARF32); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h237 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32;
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp521 Ctx.setDwarfFormat(Opts.Dwarf64 ? dwarf::DWARF64 : dwarf::DWARF32); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1643 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitCIE()
1772 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitFDE()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2928 if (nd.hdr.Format != DwarfFormat::DWARF32) { in parseDebugNames()
2937 uint32_t dwarfSize = dwarf::getDwarfOffsetByteSize(DwarfFormat::DWARF32); in parseDebugNames()
3003 hdr.Format = DwarfFormat::DWARF32; in computeHdrAndAbbrevTable()

12