HomeSort by relevance Sort by last modified time
    Searched refs:any_relocation_info (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 313 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
315 const MachO::any_relocation_info &RE) const;
316 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
318 const MachO::any_relocation_info &RE) const;
320 const MachO::any_relocation_info &RE) const;
322 const MachO::any_relocation_info &RE) const;
323 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
324 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
325 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
326 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
79 any_relocation_info RENext =
X86MachObjectWriter.cpp 201 MachO::any_relocation_info MRE;
353 MachO::any_relocation_info MRE;
427 MachO::any_relocation_info MRE;
449 MachO::any_relocation_info MRE;
494 MachO::any_relocation_info MRE;
591 MachO::any_relocation_info MRE;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 146 static void makeRelocationInfo(MachO::any_relocation_info &MRE,
164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE,
279 MachO::any_relocation_info MRE;
294 MachO::any_relocation_info MRE;
372 MachO::any_relocation_info MRE;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 221 MachO::any_relocation_info MRE;
232 MachO::any_relocation_info MRE;
290 MachO::any_relocation_info MRE;
300 MachO::any_relocation_info MRE;
442 MachO::any_relocation_info MRE;
464 MachO::any_relocation_info MREPair;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 229 MachO::any_relocation_info MRE;
286 MachO::any_relocation_info MRE;
397 MachO::any_relocation_info MRE;
418 MachO::any_relocation_info MRE;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 93 MachO::any_relocation_info MRE;
94 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE)
216 MachO::any_relocation_info &MRE) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 40 MachO::any_relocation_info RelInfo =
133 MachO::any_relocation_info RE =
146 MachO::any_relocation_info RE2 =
RuntimeDyldMachOARM.h 59 MachO::any_relocation_info RelInfo =
210 MachO::any_relocation_info RE =
231 MachO::any_relocation_info RE2 =
RuntimeDyldMachOX86_64.h 40 MachO::any_relocation_info RelInfo =
152 MachO::any_relocation_info RE =
RuntimeDyldMachOAArch64.h 252 MachO::any_relocation_info RelInfo =
  /external/llvm/lib/Object/
MachOObjectFile.cpp 113 getPlainRelocationAddress(const MachO::any_relocation_info &RE) {
118 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) {
123 const MachO::any_relocation_info &RE) {
131 const MachO::any_relocation_info &RE) {
136 const MachO::any_relocation_info &RE) {
143 getScatteredRelocationLength(const MachO::any_relocation_info &RE) {
148 const MachO::any_relocation_info &RE) {
610 MachO::any_relocation_info RE = getRelocation(Rel);
616 MachO::any_relocation_info RE = getRelocation(Rel);
641 MachO::any_relocation_info RE = getRelocation(Rel)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 70 MachO::any_relocation_info RelInfo =
RuntimeDyldMachO.cpp 59 MachO::any_relocation_info RE =
95 MachO::any_relocation_info RelInfo =
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 518 const MachO::any_relocation_info &RE,
586 MachO::any_relocation_info RE = Obj->getRelocation(Rel);
614 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
663 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
685 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
725 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
    [all...]
MachODump.cpp 776 MachO::any_relocation_info RE;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 966 struct any_relocation_info { struct
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 808 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 535 MachO::any_relocation_info RE = Obj->getRelocation(DR);
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 4158 milliseconds