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

  /external/llvm/include/llvm/Object/
MachO.h 381 MachO::data_in_code_entry getDice(DataRefImpl Rel) const;
387 MachO::data_in_code_entry getDataInCodeTableEntry(uint32_t DataOffset,
479 const MachO::data_in_code_entry *P =
480 reinterpret_cast<const MachO::data_in_code_entry *>(DicePimpl.p);
491 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
499 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
507 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 681 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
683 MachO::data_in_code_entry DICE = Obj->getDataInCodeTableEntry(
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 258 // Constants for the "kind" field in a data_in_code_entry structure
822 struct data_in_code_entry { struct
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 425 uint32_t nentries = DIC.datasize / sizeof(struct MachO::data_in_code_entry);
    [all...]

Completed in 294 milliseconds