Home
last modified time | relevance | path

Searched defs:sectionCommands (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DOutputSections.h85 std::vector<BaseCommand *> sectionCommands; variable
DLinkerScript.h324 std::vector<BaseCommand *> sectionCommands; variable
DLinkerScript.cpp219 getSymbolAssignmentValues(const std::vector<BaseCommand *> &sectionCommands) { in getSymbolAssignmentValues()