Searched refs:getDot (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h267 uint64_t getDot() { return dot; } function in class:lld::elf::final
H A DScriptParser.cpp724 return script->getDot();
1165 return [=] { return alignTo(script->getDot(), e().getValue()); };
1195 return alignTo(script->getDot(), std::max((uint64_t)1, e().getValue()));
1202 return [] { return script->getDot(); };
1214 return [=] { return alignTo(script->getDot(), e().getValue()); };
H A DWriter.cpp2241 return alignTo(script->getDot(), config->maxPageSize);
2258 return alignTo(script->getDot(), config->maxPageSize) +
2259 alignTo(script->getDot() % config->maxPageSize,
2264 return alignTo(script->getDot(), config->maxPageSize) +
2265 script->getDot() % config->maxPageSize;

Completed in 120 milliseconds