Searched defs:Reloc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCodeGen.h21 namespace Reloc { namespace in namespace:llvm
H A DTargetRegistry.h343 createTargetMachine(StringRef Triple, StringRef CPU, StringRef Features, const TargetOptions &Options, Reloc::Model RM = Reloc::Default, CodeModel::Model CM = CodeModel::Default, CodeGenOpt::Level OL = CodeGenOpt::Default) const argument
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.h97 create(Module *M, std::string *Err, JITMemoryManager *JMM, CodeGenOpt::Level OptLevel = CodeGenOpt::Default, bool GVsWithCode = true, Reloc::Model RM = Reloc::Default, CodeModel::Model CMM = CodeModel::JITDefault) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetMachineC.cpp61 LLVMCreateTargetMachine(LLVMTargetRef T, char* Triple, char* CPU, char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp27 ELFRelocationEntry Reloc; member in struct:__anon10503::RelEntry
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsCodeEmitter.cpp236 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, argument
243 emitGlobalAddressUnaligned(const GlobalValue *GV, unsigned Reloc, int Offset) const argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CodeEmitter.cpp270 emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, intptr_t Disp , intptr_t PCAdj , bool Indirect ) argument
298 emitExternalSymbolAddress(const char *ES, unsigned Reloc) argument
320 emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp , intptr_t PCAdj ) argument
341 emitJumpTableAddress(unsigned JTI, unsigned Reloc, intptr_t PCAdj ) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp677 COFFRelocation Reloc; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMCodeEmitter.cpp421 getMovi32Value(const MachineInstr &MI, const MachineOperand &MO, unsigned Reloc) argument
459 unsigned Reloc = ((MCID.TSFlags & ARMII::FormMask) == ARMII::VFPLdStFrm) local
473 emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, bool MayNeedFarStub, bool Indirect, intptr_t ACPV) const argument
514 emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc, intptr_t JTBase) const argument
[all...]

Completed in 192 milliseconds