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 385 MachO::data_in_code_entry getDice(DataRefImpl Rel) const;
391 MachO::data_in_code_entry getDataInCodeTableEntry(uint32_t DataOffset,
483 const MachO::data_in_code_entry *P =
484 reinterpret_cast<const MachO::data_in_code_entry *>(DicePimpl.p);
495 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
503 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
511 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 686 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
688 MachO::data_in_code_entry DICE = Obj->getDataInCodeTableEntry(
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 216 // Constants for the "kind" field in a data_in_code_entry structure
780 struct data_in_code_entry { struct
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 466 uint32_t nentries = DIC.datasize / sizeof(struct MachO::data_in_code_entry);
    [all...]

Completed in 67 milliseconds