Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1343 SmallVector<std::string, 4> StrOptions; in emitLinkerDirectives() local
1345 StrOptions.push_back(std::string(cast<MDString>(Piece)->getString())); in emitLinkerDirectives()
1346 Streamer.emitLinkerOptions(StrOptions); in emitLinkerDirectives()