Home
last modified time | relevance | path

Searched refs:useRelaxRelocations (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
DPS4CPU.h104 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
DClang.cpp2336 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h389 virtual bool useRelaxRelocations() const;
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp109 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain