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