Home
last modified time | relevance | path

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

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