Searched refs:emitLinkerOptions (Results 1 – 5 of 5) sorted by relevance
90 void emitLinkerOptions(ArrayRef<std::string> Options) override;213 void MCMachOStreamer::emitLinkerOptions(ArrayRef<std::string> Options) { in emitLinkerOptions() function in MCMachOStreamer
185 void emitLinkerOptions(ArrayRef<std::string> Options) override;609 void MCAsmStreamer::emitLinkerOptions(ArrayRef<std::string> Options) { in emitLinkerOptions() function in MCAsmStreamer
483 virtual void emitLinkerOptions(ArrayRef<std::string> Kind) {} in emitLinkerOptions() function
622 getStreamer().emitLinkerOptions(Args); in parseDirectiveLinkerOption()
1346 Streamer.emitLinkerOptions(StrOptions); in emitLinkerDirectives()