Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp95 bool readSectionDirective(OutputSection *cmd, StringRef tok);
876 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok) { in readSectionDirective() function in ScriptParser
922 if (readSectionDirective(cmd, peek())) in readSectionAddressType()
933 if (!readSectionDirective(cmd, tok)) in readSectionAddressType()