Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
H A DClang.cpp2039 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h345 virtual bool useRelaxRelocations() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp112 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain