HomeSort by: relevance | last modified time | path
    Searched refs:PositionIndependent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 419 bool isPositionIndependent() const { return PositionIndependent; }
422 bool PositionIndependent = false;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 310 // We cannot use DW_EH_PE_sdata8 for the large PositionIndependent case
312 if (PositionIndependent && !Large)
333 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr;
967 PositionIndependent = PIC;
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1258 bool PositionIndependent = isPositionIndependent();
1266 PositionIndependent) {
1270 unsigned MaxInRegs = PositionIndependent ? 1 : 2;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 4777 bool PositionIndependent = isPositionIndependent();
4785 PositionIndependent)) {
4789 unsigned MaxInRegs = PositionIndependent ? 2 : 3;
19479 bool PositionIndependent = isPositionIndependent();
19497 PositionIndependent);
19510 bool PIC32 = PositionIndependent && !Subtarget.is64Bit();
    [all...]

Completed in 68 milliseconds