Home
last modified time | relevance | path

Searched refs:Dwarf (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFFile.h29 DWARFFile(StringRef Name, std::unique_ptr<DWARFContext> Dwarf,
32 : FileName(Name), Dwarf(std::move(Dwarf)), in FileName()
39 std::unique_ptr<DWARFContext> Dwarf; variable
50 Dwarf.reset(); in unload()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp39 if (File.Dwarf) { in LinkContext()
40 if (!File.Dwarf->compile_units().empty()) in LinkContext()
44 Format.Version = File.Dwarf->getMaxVersion(); in LinkContext()
45 Format.AddrSize = File.Dwarf->getCUAddrSize(); in LinkContext()
69 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile()
112 if (Context->InputDWARFFile.Dwarf.get() == nullptr) { in link()
228 assert(File.Dwarf); in verifyInput()
451 if (!InputDWARFFile.Dwarf) in link()
455 InputDWARFFile.Dwarf->getDebugMacinfo(); in link()
456 InputDWARFFile.Dwarf->getDebugMacro(); in link()
[all …]
H A DDWARFLinkerImpl.h242 if (InputDWARFFile.Dwarf == nullptr) in getInputDebugInfoSize()
245 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
H A DDIEAttributeCloner.cpp315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr()
329 InUnit.getContaingFile().Dwarf->getDebugMacro(); in cloneScalarAttr()
H A DDWARFLinkerCompileUnit.cpp72 LineTablePtr = File.Dwarf->getLineTableForUnit(&getOrigUnit()); in loadLineTable()
905 getContaingFile().Dwarf->getDebugMacro()) { in cloneAndEmitDebugMacro()
914 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
1519 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit()); in cloneAndEmitLineTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp53 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() argument
55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize()
2270 DWARFContext &OrigDwarf = *Context.File.Dwarf; in patchFrameInfoForObject()
2656 Dwarf.getDWARFObj().getRangesSection().Data, in copyInvariantDebugSection()
2676 if (ObjectContexts.back().File.Dwarf) { in addObjectFile()
2715 if (!OptContext.File.Dwarf) in link()
2737 if (!OptContext.File.Dwarf) in link()
2791 if (Context.Skip || !Context.File.Dwarf) in link()
2830 if (OptContext.Skip || !OptContext.File.Dwarf) in link()
2859 getDebugInfoSize(*OptContext.File.Dwarf); in link()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6q-pico-dwarf.dts15 model = "TechNexion PICO-IMX6 Quad Board and Dwarf baseboard";
H A Dimx6dl-pico-dwarf.dts15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td228 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>;
233 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>;
262 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>;
/freebsd-14.2/tools/tools/shlib-compat/
H A Dshlib-compat.py279 r = Dwarf.cmpcache.get(ind)
286 Dwarf.cmpcache.put(ind, r)
488 class Dwarf(object): class
688 dwarf = Dwarf(dwarfdump)
1153 print(Dwarf.cmpcache.stats.show('Cmp'))
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def115 /// Dwarf version. Version zero indicates to LLVM that no DWARF should be
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp102 clEnumValN(AccelTableKind::Dwarf, "Dwarf", "DWARF")),
323 return AccelTableKind::Dwarf; in computeAccelTableKind()
326 : AccelTableKind::Dwarf; in computeAccelTableKind()
1486 case AccelTableKind::Dwarf: in endModule()
3542 getAccelTableKind() == AccelTableKind::Dwarf) { in addDwarfTypeUnitType()
3581 case AccelTableKind::Dwarf: { in addAccelNameImpl()
H A DDwarfDebug.h347 Dwarf, ///< DWARF v5 .debug_names. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h397 void copyInvariantDebugSection(DWARFContext &Dwarf);
/freebsd-14.2/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap79 textual header "llvm/BinaryFormat/Dwarf.def"
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml291 - technexion,imx6q-pico-dwarf # TechNexion i.MX6Q Pico-Dwarf
469 - technexion,imx6dl-pico-dwarf # TechNexion i.MX6DL Pico-Dwarf
623 - technexion,imx6ul-pico-dwarf # TechNexion i.MX6UL Pico-Dwarf
841 - technexion,imx7d-pico-dwarf # TechNexion i.MX7D Pico-Dwarf
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1 //===- llvm/Support/Dwarf.def - Dwarf definitions ---------------*- C++ -*-===//
9 // Macros for running through Dwarf enumerators.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td44 // Dwarf numbering is different for 32-bit and 64-bit, and there are
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td144 // Purely virtual Vector Granule (VG) Dwarf register
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td403 // the AsmName and Dwarf numbers are cleared.
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile170 SRCS_MIN+= BinaryFormat/Dwarf.cpp
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6776 HelpText<"The string to embed in the Dwarf debug flags record.">,
7899 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;