Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h475 virtual bool useRelaxRelocations() const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp179 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2574 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()