/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 253 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()
|
D | COFFDumper.cpp | 327 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/ |
D | X86CodeEmitter.cpp | 272 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/ |
D | coff2yaml.cpp | 67 for (const auto &Reloc : Section.relocations()) { in dumpSections() local
|
/external/llvm/lib/MC/MCAnalysis/ |
D | MCObjectSymbolizer.cpp | 260 for (const RelocationRef &Reloc : Section.relocations()) { in buildRelocationByAddrMap() local
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 108 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 449 for (const RelocationRef &Reloc : RelocSec.relocations()) { in DisassembleObject() local 571 for (const RelocationRef &Reloc : Section.relocations()) { in PrintRelocations() local
|
D | MachODump.cpp | 329 for (const RelocationRef &Reloc : Sections[SectIdx].relocations()) { in DisassembleInputMachO2() local
|
D | COFFDump.cpp | 391 for (const RelocationRef &Reloc : Section.relocations()) in getPDataSection() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 419 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/ |
D | MipsCodeEmitter.cpp | 312 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 908 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName() local 984 const coff_relocation *Reloc = toRel(Rel); in getRelocationValueString() local
|
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.cpp | 720 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFContextInMemory() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 336 for (const RelocationRef &Reloc : SI->relocations()) { in computeSectionStubBufSize() local
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 760 COFFRelocation Reloc; in RecordRelocation() local
|