Home
last modified time | relevance | path

Searched refs:RelaxELFRelocations (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Target/
H A DTargetOptions.h115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Target/
H A DTargetOptions.h115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Target/
H A DTargetOptions.h116 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Target/
H A DTargetOptions.h108 DisableIntegratedAS(false), RelaxELFRelocations(false),
205 unsigned RelaxELFRelocations : 1;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCAsmInfo.h385 bool RelaxELFRelocations = true; variable
639 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
640 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCAsmInfo.h385 bool RelaxELFRelocations = true; variable
635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
636 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCAsmInfo.h385 bool RelaxELFRelocations = true; variable
635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
636 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
227 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
227 unsigned RelaxELFRelocations : 1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h425 bool RelaxELFRelocations = true; variable
701 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
702 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCAsmInfo.h406 bool RelaxELFRelocations = true; variable
681 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
682 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCAsmInfo.h397 bool RelaxELFRelocations = true; variable
665 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
666 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCAsmInfo.h403 bool RelaxELFRelocations = true; variable
674 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
675 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h397 bool RelaxELFRelocations = true; variable
665 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
666 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h397 bool RelaxELFRelocations = true; variable
665 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
666 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h130 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Target/
H A DTargetOptions.h131 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
243 unsigned RelaxELFRelocations : 1; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Target/
H A DTargetOptions.h133 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
254 unsigned RelaxELFRelocations : 1; variable

12345678