Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp364 static cl::opt<bool> RelaxELFRelocations( CGOPT() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h265 unsigned RelaxELFRelocations : 1; global() variable
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp95 unsigned RelaxELFRelocations : 1; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h536 bool RelaxELFRelocations = true; global() variable