| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| HD | DWARFFile.h | 29 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-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| HD | DWARFLinkerImpl.cpp | 37 if (File.Dwarf) { in LinkContext() 38 if (!File.Dwarf->compile_units().empty()) in LinkContext() 39 CompileUnits.reserve(File.Dwarf->getNumCompileUnits()); in LinkContext() 42 Format.Version = File.Dwarf->getMaxVersion(); in LinkContext() 43 Format.AddrSize = File.Dwarf->getCUAddrSize(); in LinkContext() 44 Endianness = File.Dwarf->isLittleEndian() ? llvm::endianness::little in LinkContext() 67 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile() 69 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile() 110 if (Context->InputDWARFFile.Dwarf == nullptr) { in link() 120 Context->InputDWARFFile.Dwarf->compile_units()) { in link() [all …]
|
| HD | DWARFLinkerImpl.h | 241 if (InputDWARFFile.Dwarf == nullptr) in getInputDebugInfoSize() 244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
|
| HD | DIEAttributeCloner.cpp | 315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr() 329 InUnit.getContaingFile().Dwarf->getDebugMacro(); in cloneScalarAttr()
|
| HD | DWARFLinkerCompileUnit.cpp | 72 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-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| HD | DWARFLinker.cpp | 53 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() argument 55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() 1419 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute() 1427 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacro(); in cloneScalarAttribute() 2141 ObjFile.Dwarf->getLineTableForUnit(&Unit.getOrigUnit())) { in generateLineTableForUnit() 2290 DWARFContext &OrigDwarf = *Context.File.Dwarf; in patchFrameInfoForObject() 2549 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 2649 Emitter->emitMacroTables(File.Dwarf.get(), UnitMacroMap, DebugStrPool); in cloneAllCompileUnits() 2672 void DWARFLinker::copyInvariantDebugSection(DWARFContext &Dwarf) { in copyInvariantDebugSection() argument 2673 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection() [all …]
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | imx6q-pico-dwarf.dts | 15 model = "TechNexion PICO-IMX6 Quad Board and Dwarf baseboard";
|
| HD | imx6dl-pico-dwarf.dts | 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard";
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZRegisterInfo.td | 228 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-stable/tools/tools/shlib-compat/ |
| HD | shlib-compat.py | 279 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-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DebugOptions.def | 117 /// Dwarf version. Version zero indicates to LLVM that no DWARF should be
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| HD | DebugInfoLinker.cpp | 426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.cpp | 102 clEnumValN(AccelTableKind::Dwarf, "Dwarf", "DWARF")), 323 return AccelTableKind::Dwarf; in computeAccelTableKind() 326 : AccelTableKind::Dwarf; in computeAccelTableKind() 1486 case AccelTableKind::Dwarf: in endModule() 3530 getAccelTableKind() == AccelTableKind::Dwarf) { in addDwarfTypeUnitType() 3570 case AccelTableKind::Dwarf: { in addAccelNameImpl()
|
| HD | DwarfDebug.h | 347 Dwarf, ///< DWARF v5 .debug_names. enumerator
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| HD | DWARFLinker.h | 397 void copyInvariantDebugSection(DWARFContext &Dwarf);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/ |
| HD | module.modulemap | 76 textual header "llvm/BinaryFormat/Dwarf.def"
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | Dwarf.def | 1 //===- llvm/Support/Dwarf.def - Dwarf definitions ---------------*- C++ -*-===// 9 // Macros for running through Dwarf enumerators.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86RegisterInfo.td | 44 // Dwarf numbering is different for 32-bit and 64-bit, and there are
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterInfo.td | 144 // Purely virtual Vector Granule (VG) Dwarf register
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | Target.td | 420 // the AsmName and Dwarf numbers are cleared.
|
| /freebsd-14-stable/lib/clang/libllvm/ |
| HD | Makefile | 167 SRCS_MIN+= BinaryFormat/Dwarf.cpp
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Options.td | 7074 HelpText<"The string to embed in the Dwarf debug flags record.">, 8218 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
|