HomeSort by relevance Sort by last modified time
    Searched defs:DMO (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.h 66 void reportWarning(const Twine &Warning, const DebugMapObject &DMO,
80 bool emitPaperTrailWarnings(const DebugMapObject &DMO, const DebugMap &Map,
125 const DebugMapObject &DMO);
129 const DebugMapObject &DMO);
133 const DebugMapObject &DMO);
145 DebugMapObject &DMO;
152 LinkContext(const DebugMap &Map, DwarfLinker &Linker, DebugMapObject &DMO)
153 : DMO(DMO), RelocMgr(Linker) {
155 if (DMO.getType() == MachO::N_AST)
    [all...]
DwarfLinker.cpp 122 const DebugMapObject &DMO,
138 Linker.reportWarning("could not find referenced DIE", DMO, &DIE);
190 void DwarfLinker::reportWarning(const Twine &Warning, const DebugMapObject &DMO,
192 StringRef Context = DMO.getObjectFilename();
313 for (const auto &Entry : Context.DMO.symbols()) {
360 const DebugMapObject &DMO) {
379 DMO);
387 DMO);
412 Linker.reportWarning("error getting relocation symbol name.", DMO);
415 if (const auto *Mapping = DMO.lookupSymbol(*SymbolName)
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 461 milliseconds