Home
last modified time | relevance | path

Searched defs:Reloc (Results 1 – 15 of 15) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp253 for (const RelocationRef &Reloc : Section.relocations()) in printSections() local
288 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
305 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation()
310 const RelocationRef &Reloc) { in printRelocation()
DCOFFDumper.cpp327 for (const RelocationRef &Reloc : S.relocations()) in cacheRelocations() local
624 for (const RelocationRef &Reloc : Sec.relocations()) in printSections() local
663 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
681 const RelocationRef &Reloc) { in printRelocation()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp272 unsigned Reloc, in emitGlobalAddress()
300 unsigned Reloc) { in emitExternalSymbolAddress()
321 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, in emitConstPoolAddress()
342 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, in emitJumpTableAddress()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp67 for (const auto &Reloc : Section.relocations()) { in dumpSections() local
/external/llvm/lib/MC/MCAnalysis/
DMCObjectSymbolizer.cpp260 for (const RelocationRef &Reloc : Section.relocations()) { in buildRelocationByAddrMap() local
/external/llvm/lib/Target/
DTargetMachineC.cpp108 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp449 for (const RelocationRef &Reloc : RelocSec.relocations()) { in DisassembleObject() local
571 for (const RelocationRef &Reloc : Section.relocations()) { in PrintRelocations() local
DMachODump.cpp329 for (const RelocationRef &Reloc : Sections[SectIdx].relocations()) { in DisassembleInputMachO2() local
DCOFFDump.cpp391 for (const RelocationRef &Reloc : Section.relocations()) in getPDataSection() local
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp419 unsigned Reloc) { in getMovi32Value()
455 unsigned Reloc = ((MCID.TSFlags & ARMII::FormMask) == ARMII::VFPLdStFrm) in getMachineOpValue() local
469 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress()
511 unsigned Reloc, in emitMachineBasicBlock()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp312 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp908 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName() local
984 const coff_relocation *Reloc = toRel(Rel); in getRelocationValueString() local
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp720 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFContextInMemory() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp336 for (const RelocationRef &Reloc : SI->relocations()) { in computeSectionStubBufSize() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp760 COFFRelocation Reloc; in RecordRelocation() local