HomeSort by relevance Sort by last modified time
    Searched refs:DwarfLinker (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp 1 //===- tools/dsymutil/DwarfLinker.cpp - Dwarf debug info linker -----------===//
10 #include "DwarfLinker.h"
121 static DWARFDie resolveDIEReference(const DwarfLinker &Linker,
158 bool DwarfLinker::DIECloner::getDIENames(const DWARFDie &Die,
190 void DwarfLinker::reportWarning(const Twine &Warning, const DebugMapObject &DMO,
206 bool DwarfLinker::createStreamer(const Triple &TheTriple,
295 void DwarfLinker::startDebugObject(LinkContext &Context) {
322 void DwarfLinker::endDebugObject(LinkContext &Context) {
358 void DwarfLinker::RelocationManager::findValidRelocsMachO(
428 bool DwarfLinker::RelocationManager::findValidRelocs
    [all...]
DwarfLinker.h 1 //===- tools/dsymutil/DwarfLinker.h - Dwarf debug info linker ---*- C++ -*-===//
55 /// called ValidRelocs in the DwarfLinker and are gathered as a very
57 class DwarfLinker {
59 DwarfLinker(raw_fd_ostream &OutFile, BinaryHolder &BinHolder,
100 const DwarfLinker &Linker;
113 RelocationManager(DwarfLinker &Linker) : Linker(Linker) {}
152 LinkContext(const DebugMap &Map, DwarfLinker &Linker, DebugMapObject &DMO)
216 /// Flags passed to DwarfLinker::lookForDIEsToKeep
257 DwarfLinker &Linker;
267 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 1 //===- tools/dsymutil/DwarfLinker.cpp - Dwarf debug info linker -----------===//
    [all...]

Completed in 94 milliseconds