Searched refs:any_relocation_info (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h168 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
170 const MachO::any_relocation_info &RE) const;
171 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
173 const MachO::any_relocation_info &RE) const;
175 const MachO::any_relocation_info &RE) const;
176 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
177 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
178 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
179 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
180 SectionRef getRelocationSection(const MachO::any_relocation_info
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
76 any_relocation_info RENext =
H A DX86MachObjectWriter.cpp203 MachO::any_relocation_info MRE;
347 MachO::any_relocation_info MRE;
419 MachO::any_relocation_info MRE;
441 MachO::any_relocation_info MRE;
490 MachO::any_relocation_info MRE;
591 MachO::any_relocation_info MRE;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp147 static void makeRelocationInfo(MachO::any_relocation_info &MRE,
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE,
282 MachO::any_relocation_info MRE;
297 MachO::any_relocation_info MRE;
377 MachO::any_relocation_info MRE;
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp227 MachO::any_relocation_info MRE;
238 MachO::any_relocation_info MRE;
293 MachO::any_relocation_info MRE;
303 MachO::any_relocation_info MRE;
448 MachO::any_relocation_info MRE;
473 MachO::any_relocation_info MREPair;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp205 MachO::any_relocation_info MRE;
259 MachO::any_relocation_info MRE;
362 MachO::any_relocation_info MRE;
383 MachO::any_relocation_info MRE;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp50 void SwapStruct(MachO::any_relocation_info &H) {
303 const MachO::any_relocation_info &RE,
369 getPlainRelocationAddress(const MachO::any_relocation_info &RE) {
374 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) {
379 const MachO::any_relocation_info &RE) {
387 const MachO::any_relocation_info &RE) {
392 const MachO::any_relocation_info &RE) {
399 getScatteredRelocationLength(const MachO::any_relocation_info &RE) {
404 const MachO::any_relocation_info &RE) {
411 getScatteredRelocationType(const MachO::any_relocation_info
[all...]
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h100 std::vector<MachO::any_relocation_info> > Relocations;
216 MachO::any_relocation_info &MRE) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp554 MachO::any_relocation_info RE =
569 MachO::any_relocation_info RE2 =
619 MachO::any_relocation_info RE =
660 MachO::any_relocation_info RE =
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp862 std::vector<MachO::any_relocation_info> &Relocs = Relocations[it];
866 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info);
956 std::vector<MachO::any_relocation_info> &Relocs = Relocations[it];
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp319 MachO::any_relocation_info RE = Obj->getRelocation(DR);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl());
/external/llvm/include/llvm/Support/
H A DMachO.h955 struct any_relocation_info { struct

Completed in 147 milliseconds