Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp43 static constexpr char indent8[] = " "; // 8 spaces variable
144 os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x" in printEhFrame()
186 os << indent8 << toString(isec) << '\n'; in writeMapFile()
196 os << indent8 << data->commandString << '\n'; in writeMapFile()
206 os << indent8 << assign->commandString << '\n'; in writeMapFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp39 static constexpr char indent8[] = " "; // 8 spaces
121 os << indent8 << sc->file->getName() << ":(" << sc->getSectionName() in writeLLDMapFile()
38 static constexpr char indent8[] = " "; // 8 spaces global() variable