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

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp240 MachO::section_64 Sect = O->getSection64(Sec);
559 return getSection64(Sec).addr;
565 return getSection64(Sec).size;
575 MachO::section_64 Sect = getSection64(Sec);
591 MachO::section_64 Sect = getSection64(Sec);
654 MachO::section_64 Sect = getSection64(Sec);
2267 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { function in class:MachOObjectFile
2270 report_fatal_error("getSection64: Invalid section index.");
2280 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, function in class:MachOObjectFile
2409 MachO::section_64 Sect = getSection64(Se
[all...]

Completed in 116 milliseconds