Home
last modified time | relevance | path

Searched defs:Dwarf (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFFile.h39 std::unique_ptr<DWARFContext> Dwarf; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h347 Dwarf, ///< DWARF v5 .debug_names. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp53 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() argument
2652 copyInvariantDebugSection(DWARFContext & Dwarf) copyInvariantDebugSection() argument
[all...]
/freebsd-src/tools/tools/shlib-compat/
H A Dshlib-compat.py488 class Dwarf(object): class