HomeSort by: relevance | last modified time | path
    Searched defs:RelocType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 48 const MCFragment &Fragment, unsigned RelocType,
62 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
64 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
98 RelocType = unsigned(MachO::ARM_RELOC_BR24);
106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
120 RelocType = unsigned(MachO::ARM_RELOC_HALF);
124 RelocType = unsigned(MachO::ARM_RELOC_HALF);
129 RelocType = unsigned(MachO::ARM_RELOC_HALF);
133 RelocType = unsigned(MachO::ARM_RELOC_HALF);
332 unsigned RelocType,
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp 86 uint64_t RelocType = Reloc.getType();
95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType));
99 W.printNumber("Type", RelocTypeName, RelocType);
COFFDumper.cpp 1436 uint64_t RelocType = Reloc.getType();
1454 W.printNumber("Type", RelocName, RelocType);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 97 enum RelocType {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 155 uint32_t RelocType = Obj.getAnyRelocationType(RE);
202 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOARM.h 361 uint32_t RelocType = MachO.getAnyRelocationType(RE);
418 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 65 uint32_t RelocType = Obj.getAnyRelocationType(RE);
87 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);

Completed in 61 milliseconds