Home
last modified time | relevance | path

Searched defs:useRelaxRelocations (Results 1 – 3 of 3) 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
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp165 bool ToolChain::useRelaxRelocations() const { in useRelaxRelocations() function in ToolChain