Home
last modified time | relevance | path

Searched refs:PositionIndependent (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DMCObjectFileInfo.cpp330 PersonalityEncoding = PositionIndependent in initELFMCObjectFileInfo()
335 LSDAEncoding = PositionIndependent in initELFMCObjectFileInfo()
338 TTypeEncoding = PositionIndependent in initELFMCObjectFileInfo()
344 if (PositionIndependent) { in initELFMCObjectFileInfo()
364 if (PositionIndependent) { in initELFMCObjectFileInfo()
376 if (PositionIndependent) { in initELFMCObjectFileInfo()
426 if (PositionIndependent) { in initELFMCObjectFileInfo()
440 if (PositionIndependent) { in initELFMCObjectFileInfo()
453 if (PositionIndependent) { in initELFMCObjectFileInfo()
902 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h390 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
394 bool PositionIndependent; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h387 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
391 bool PositionIndependent; variable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h382 bool isPositionIndependent() const { return PositionIndependent; }
386 bool PositionIndependent;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h412 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
416 bool PositionIndependent = false; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h411 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
415 bool PositionIndependent = false; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
405 bool PositionIndependent = false; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
423 bool PositionIndependent = false;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
423 bool PositionIndependent = false;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
424 bool PositionIndependent = false; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCObjectFileInfo.h411 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
415 bool PositionIndependent = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
405 bool PositionIndependent = false; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
423 bool PositionIndependent = false;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h424 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
427 bool PositionIndependent = false;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
423 bool PositionIndependent = false;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
424 bool PositionIndependent = false; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
405 bool PositionIndependent = false; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h420 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
423 bool PositionIndependent = false;
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCObjectFileInfo.cpp308 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
327 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
813 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp308 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
327 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
803 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp308 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
327 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
813 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp311 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
332 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
901 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCObjectFileInfo.cpp313 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
332 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
876 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCObjectFileInfo.cpp311 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
332 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
866 PositionIndependent = PIC; in InitMCObjectFileInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCObjectFileInfo.cpp311 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
332 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
918 PositionIndependent = PIC; in InitMCObjectFileInfo()

123