Searched refs:output_name (Results 1 – 2 of 2) sorted by relevance
43 std::string output_name = (pair.first == NULL) ? pName : pair.first->name(); in CreateSection() local45 LDSection* output_sect = m_Module.getSection(output_name); in CreateSection()65 std::string output_name = in MergeSection() local67 LDSection* target = m_Module.getSection(output_name); in MergeSection()70 target = LDSection::Create(output_name, in MergeSection()
207 inline bool ConfigureOutputName(llvm::StringRef output_name, in ConfigureOutputName() argument210 std::string output(output_name.str()); in ConfigureOutputName()501 llvm::StringRef output_name; in TranslateArguments() local503 output_name = arg->getValue(); in TranslateArguments()505 if (!ConfigureOutputName(output_name, module_, config_)) { in TranslateArguments()