Home
last modified time | relevance | path

Searched refs:indent8 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DMapFile.cpp42 static constexpr char indent8[] = " "; // 8 spaces variable
137 os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x" in printEhFrame()
192 os << indent8 << toString(isec) << '\n'; in writeMapFile()
202 os << indent8 << cmd->commandString << '\n'; in writeMapFile()
211 os << indent8 << cmd->commandString << '\n'; in writeMapFile()
/external/llvm-project/lld/COFF/
DLLDMapFile.cpp37 static constexpr char indent8[] = " "; // 8 spaces variable
117 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()