Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp358 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h260 unsigned RelaxELFRelocations : 1; variable
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp94 unsigned RelaxELFRelocations : 1; member
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h533 bool RelaxELFRelocations = true; variable