Searched refs:Dwarf (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DDebugInfo.h26 Dwarf, member in class:lld::mach_o::DebugInfo::Kind
52 : DebugInfo(Kind::Dwarf), _tu(std::move(tu)) {}
55 return di->kind() == Kind::Dwarf;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h166 /// \p Dwarf and offsetting them. Update the location attributes to point to
169 const CompileUnit &Unit, DWARFContext &Dwarf,
176 /// As a side effect, this also switches the current Dwarf version
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py280 r = Dwarf.cmpcache.get(ind)
287 Dwarf.cmpcache.put(ind, r)
489 class Dwarf(object): class in inherits:object
689 dwarf = Dwarf(dwarfdump)
938 raise ValueError("Dwarf dump parse error: " +
1154 print(Dwarf.cmpcache.stats.show('Cmp'))
1155 print(DwarfdumpParser.tagcache_stats.show('Dwarf tag'))
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp646 enum class DebugKind { Unknown, None, Full, FastLink, GHash, Dwarf, Symtab }; member in class:lld::DebugKind
661 .CaseLower("dwarf", DebugKind::Dwarf)
1231 if (debug == DebugKind::Full || debug == DebugKind::Dwarf ||
1551 config->debugDwarf = debug == DebugKind::Dwarf;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h1 //===- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework --------*- C++ -*-===//
30 #include "llvm/BinaryFormat/Dwarf.h"
189 // Translate tag to proper Dwarf tag.
251 /// Translate tag to proper Dwarf tag.
293 Dwarf, ///< DWARF v5 .debug_names. member in class:llvm::AccelTableKind
389 /// Separated Dwarf Variables
525 /// DWARF 5 Experimental Split Dwarf Emitters
613 /// Emit all Dwarf sections that should come prior to the
617 /// Emit all Dwarf sections that should come after the content.
710 /// Returns the Dwarf Versio
[all...]
H A DDwarfDebug.cpp1 //===- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ----------------===//
32 #include "llvm/BinaryFormat/Dwarf.h"
127 clEnumValN(AccelTableKind::Dwarf, "Dwarf", "DWARF")),
341 return AccelTableKind::Dwarf;
344 : AccelTableKind::Dwarf;
455 // Add the various names to the Dwarf accelerator table names.
953 // Emit all Dwarf sections that should come prior to the content. Create
1205 // Emit all Dwarf sections that should come after the content.
1271 case AccelTableKind::Dwarf
[all...]
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile141 SRCS_MIN+= BinaryFormat/Dwarf.cpp

Completed in 208 milliseconds