Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.h104 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
H A DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
H A DClang.cpp2413 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h403 virtual bool useRelaxRelocations() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp109 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain