Searched refs:useRelaxRelocations (Results 1 – 5 of 5) sorted by relevance
46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
104 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
2336 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
389 virtual bool useRelaxRelocations() const;
109 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain