Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp43 std::string output_name = (pair.first == NULL) ? pName : pair.first->name(); in CreateSection() local
45 LDSection* output_sect = m_Module.getSection(output_name); in CreateSection()
65 std::string output_name = in MergeSection() local
67 LDSection* target = m_Module.getSection(output_name); in MergeSection()
70 target = LDSection::Create(output_name, in MergeSection()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp207 inline bool ConfigureOutputName(llvm::StringRef output_name, in ConfigureOutputName() argument
210 std::string output(output_name.str()); in ConfigureOutputName()
501 llvm::StringRef output_name; in TranslateArguments() local
503 output_name = arg->getValue(); in TranslateArguments()
505 if (!ConfigureOutputName(output_name, module_, config_)) { in TranslateArguments()