Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp98 std::pair<uint64_t, uint64_t> readInputSectionFlags();
755 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
763 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readInputSectionDescription()
850 std::tie(withFlags, withoutFlags) = readInputSectionFlags(); in readOverlaySectionDescription()
1211 std::pair<uint64_t, uint64_t> ScriptParser::readInputSectionFlags() { in readInputSectionFlags() function in ScriptParser