| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
| H A D | DWARFFile.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 36 if (File.Dwarf) { in LinkContext() 37 if (!File.Dwarf->compile_units().empty()) in LinkContext() 38 CompileUnits.reserve(File.Dwarf->getNumCompileUnits()); in LinkContext() 41 Format.Version = File.Dwarf->getMaxVersion(); in LinkContext() 42 Format.AddrSize = File.Dwarf->getCUAddrSize(); in LinkContext() 43 Endianness = File.Dwarf->isLittleEndian() ? llvm::endianness::little in LinkContext() 66 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile() 68 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile() 109 if (Context->InputDWARFFile.Dwarf == nullptr) { in link() 119 Context->InputDWARFFile.Dwarf->compile_units()) { in link() [all …]
|
| H A D | DWARFLinkerImpl.h | 241 if (InputDWARFFile.Dwarf == nullptr) in getInputDebugInfoSize() 244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
|
| H A D | DWARFLinkerCompileUnit.cpp | 71 LineTablePtr = File.Dwarf->getLineTableForUnit(&getOrigUnit()); in loadLineTable() 902 getContaingFile().Dwarf->getDebugMacro()) { in cloneAndEmitDebugMacro() 911 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro() 1515 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit()); in cloneAndEmitLineTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerImpl.h | |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 53 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() argument 55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() 1425 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute() 1433 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacro(); in cloneScalarAttribute() 2184 ObjFile.Dwarf->getLineTableForUnit(&Unit.getOrigUnit())) { in generateLineTableForUnit() 2407 DWARFContext &OrigDwarf = *Context.File.Dwarf; in patchFrameInfoForObject() 2666 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 2766 Emitter->emitMacroTables(File.Dwarf.get(), UnitMacroMap, DebugStrPool); in cloneAllCompileUnits() 2789 void DWARFLinker::copyInvariantDebugSection(DWARFContext &Dwarf) { in copyInvariantDebugSection() argument 2790 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6q-pico-dwarf.dts | 15 model = "TechNexion PICO-IMX6 Quad Board and Dwarf baseboard";
|
| H A D | imx6dl-pico-dwarf.dts | 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard";
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | 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/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.td | 240 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>; 246 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>; 280 DwarfRegNum<[!cast<DwarfMapping>("F"#I#"Dwarf").Id]>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 102 /// Dwarf version. Version zero indicates to LLVM that no DWARF should be
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 101 clEnumValN(AccelTableKind::Dwarf, "Dwarf", "DWARF")), 327 return AccelTableKind::Dwarf; in computeAccelTableKind() 330 : AccelTableKind::Dwarf; in computeAccelTableKind() 1496 case AccelTableKind::Dwarf: in endModule() 3980 getAccelTableKind() == AccelTableKind::Dwarf) { in addDwarfTypeUnitType() 4020 case AccelTableKind::Dwarf: { in addAccelNameImpl()
|
| H A D | DwarfDebug.h | 347 Dwarf, ///< DWARF v5 .debug_names. enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 401 void copyInvariantDebugSection(DWARFContext &Dwarf);
|
| /freebsd/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 76 textual header "llvm/BinaryFormat/Dwarf.def"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1 //===- llvm/Support/Dwarf.def - Dwarf definitions ---------------*- C++ -*-===// 9 // Macros for running through Dwarf enumerators.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 46 // Dwarf numbering is different for 32-bit and 64-bit, and there are
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 177 // Purely virtual Vector Granule (VG) Dwarf register
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 425 // the AsmName and Dwarf numbers are cleared.
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 199 SRCS_MIN+= BinaryFormat/Dwarf.cpp
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7595 HelpText<"The string to embed in the Dwarf debug flags record.">, 8759 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
|