Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h428 std::vector<std::vector<std::string>> &getLinkerOptions() { in getLinkerOptions() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp852 for (const auto &Option : Asm.getLinkerOptions()) { in writeObject()
999 for (const auto &Option : Asm.getLinkerOptions()) in writeObject()
H A DMCMachOStreamer.cpp266 getAssembler().getLinkerOptions().push_back(Options); in emitLinkerOptions()