Home
last modified time | relevance | path

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

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