Home
last modified time | relevance | path

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

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