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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h34 const support::ulittle32_t *getRelocPtr() const { return RelocPtr; }
37 const support::ulittle32_t *RelocPtr = nullptr; member in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp17 if (auto EC = Reader.readObject(RelocPtr))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp169 const void *RelocPtr, StringRef &Name);
296 const void *RelocPtr,
298 assert(SectionContents.data() < RelocPtr &&
299 RelocPtr < SectionContents.data() + SectionContents.size() &&
301 uint64_t Offset = ptrdiff_t(reinterpret_cast<const char *>(RelocPtr) -
294 resolveSymbolName(const coff_section *Section, StringRef SectionContents, const void *RelocPtr, StringRef &Name) argument

Completed in 209 milliseconds