Searched defs:RelaxELFRelocations (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/driver/
H A Dcc1as_main.cpp89 unsigned RelaxELFRelocations : 1; member in struct:__anon3330::AssemblerInvocation
202 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations);
318 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations);
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h377 bool RelaxELFRelocations = true; member in class:llvm::MCAsmInfo
599 bool canRelaxRelocations() const { return RelaxELFRelocations; }
600 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; }

Completed in 137 milliseconds