HomeSort by: relevance | last modified time | path
    Searched refs:MachORebaseEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 160 /// MachORebaseEntry encapsulates the current state in the decompression of
164 /// for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable(&Err)) {
167 class MachORebaseEntry {
169 MachORebaseEntry(Error *Err, const MachOObjectFile *O,
179 bool operator==(const MachORebaseEntry &) const;
202 using rebase_iterator = content_iterator<MachORebaseEntry>;
432 // This is used by MachORebaseEntry::moveNext() to validate a MachORebaseEntry
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 3139 MachORebaseEntry::MachORebaseEntry(Error *E, const MachOObjectFile *O,
3144 void MachORebaseEntry::moveToFirst() {
3149 void MachORebaseEntry::moveToEnd() {
3155 void MachORebaseEntry::moveNext() {
3404 uint64_t MachORebaseEntry::readULEB128(const char **error) {
3413 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; }
3415 uint64_t MachORebaseEntry::segmentOffset() const { return SegmentOffset; }
3417 StringRef MachORebaseEntry::typeName() const {
3431 StringRef MachORebaseEntry::segmentName() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 10322 for (const object::MachORebaseEntry &Entry : Obj->rebaseTable(Err)) {

Completed in 34 milliseconds