Home | History | Annotate | Download | only in mcld

Lines Matching defs:output_name

207 inline bool ConfigureOutputName(llvm::StringRef output_name,
210 std::string output(output_name.str());
501 llvm::StringRef output_name;
503 output_name = arg->getValue();
505 if (!ConfigureOutputName(output_name, module_, config_)) {