Home
last modified time | relevance | path

Searched defs:RelaxELFRelocations (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h235 unsigned RelaxELFRelocations : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp330 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp93 unsigned RelaxELFRelocations : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h509 bool RelaxELFRelocations = true; variable