Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp103 std::pair<uint32_t, uint32_t> readMemoryAttributes();
1486 std::tie(Flags, NegFlags) = readMemoryAttributes(); in readMemory()
1505 std::pair<uint32_t, uint32_t> ScriptParser::readMemoryAttributes() { in readMemoryAttributes() function in ScriptParser