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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCodeGen.h24 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
/freebsd-9.3-release/contrib/llvm/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
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp27 ELFRelocationEntry Reloc; member in struct:__anon2394::RelEntry
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp269 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, argument
276 emitGlobalAddressUnaligned(const GlobalValue *GV, unsigned Reloc, int Offset) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp122 LLVMCreateTargetMachine(LLVMTargetRef T, const char* Triple, const char* CPU, const char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp273 emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, intptr_t Disp , intptr_t PCAdj , bool Indirect ) argument
301 emitExternalSymbolAddress(const char *ES, unsigned Reloc) argument
323 emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp , intptr_t PCAdj ) argument
344 emitJumpTableAddress(unsigned JTI, unsigned Reloc, intptr_t PCAdj ) argument
[all...]
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Defi_stub.c160 Reloc(void *addr, uint64_t delta) function
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp676 COFFRelocation Reloc; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp427 getMovi32Value(const MachineInstr &MI, const MachineOperand &MO, unsigned Reloc) argument
465 unsigned Reloc = ((MCID.TSFlags & ARMII::FormMask) == ARMII::VFPLdStFrm) local
479 emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, bool MayNeedFarStub, bool Indirect, intptr_t ACPV) const argument
520 emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc, intptr_t JTBase) const argument
[all...]

Completed in 147 milliseconds