Searched refs:ShdrRef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp123 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); local
125 reinterpret_cast<const Elf_Shdr *>(ShdrRef.p));
/external/llvm/include/llvm/Object/
H A DELF.h800 llvm::object::DataRefImpl ShdrRef = It->getRawDataRefImpl(); local
801 return reinterpret_cast<const Elf_Shdr *>(ShdrRef.p);

Completed in 77 milliseconds