Home
last modified time | relevance | path

Searched refs:getSectionPointer (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h236 const char *getSectionPointer(DataRefImpl Rel) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp78 const_cast<char *>(objf->getSectionPointer(Sec.getRawDataRefImpl())); in updateSectionAddress()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1926 const char *MachOObjectFile::getSectionPointer(DataRefImpl Rel) const { in getSectionPointer() function in llvm::object::MachOObjectFile