Searched defs:getSection64 (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp164 MachO::section_64 Sect = O->getSection64(Sec);
610 return getSection64(Sec).addr;
623 MachO::section_64 Sect = getSection64(Sec);
649 MachO::section_64 Sect = getSection64(Sec);
665 MachO::section_64 Sect = getSection64(Sec);
728 MachO::section_64 Sect = getSection64(Sec);
2066 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { function in class:MachOObjectFile
2077 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, function in class:MachOObjectFile
2206 MachO::section_64 Sect = getSection64(Sec);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObjectFile.cpp325 MachOObjectFile::getSection64(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
374 getSection64(DRI, Sect);
388 getSection64(DRI, Sect);
402 getSection64(DRI, Sect);
416 getSection64(DRI, Sect);
430 getSection64(DRI, Sect);
494 getSection64(Sec, Sect);
529 getSection64(Sections[Rel.d.b], Sect);
549 getSection64(Sections[Rel.d.b], Sect);
603 getSection64(Section
[all...]

Completed in 203 milliseconds