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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp85 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); local
87 const_cast<Elf_Shdr *>(reinterpret_cast<const Elf_Shdr *>(ShdrRef.p));
134 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); local
136 reinterpret_cast<const Elf_Shdr *>(ShdrRef.p));

Completed in 105 milliseconds