Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
H A DPS4CPU.h101 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
H A DClang.cpp2462 bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations(); in CollectArgsForIntegratedAssembler()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h441 virtual bool useRelaxRelocations() const;
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp165 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain