Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp90 std::pair<uint64_t, uint64_t> readInputSectionFlags();
867 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
881 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
1427 std::pair<uint64_t, uint64_t> ScriptParser::readInputSectionFlags() { in readInputSectionFlags() function in ScriptParser