Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
H A DPS4CPU.h104 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
H A DClang.cpp2406 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h399 virtual bool useRelaxRelocations() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp109 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain