Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFuchsia.h46 bool useRelaxRelocations() const override { return true; }; in useRelaxRelocations() function
H A DPS4CPU.h104 bool useRelaxRelocations() const override { return true; } in useRelaxRelocations() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp109 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain