HomeSort by relevance Sort by last modified time
    Searched defs:r_value (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 33 int32_t r_value; // the value the item to be relocated is referring member in class:llvm::MachORelocation
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /art/compiler/dex/quick/x86/
int_x86.cc 1293 RegStorage r_value = AllocTempWide(); local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 966 int32_t r_value; member in struct:llvm::MachO::scattered_relocation_info
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1782 uint32_t r_value, pair_r_value, r_type; local
1928 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
    [all...]

Completed in 742 milliseconds