Home
last modified time | relevance | path

Searched refs:RelocPtr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h33 const void *getRelocPtr() const { return RelocPtr; } in getRelocPtr()
36 const uint32_t *RelocPtr = nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugFrameDataSubsection.cpp17 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp130 const void *RelocPtr, StringRef &Name);
242 const void *RelocPtr, in resolveSymbolName() argument
244 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
245 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
247 uint64_t Offset = ptrdiff_t(reinterpret_cast<const char *>(RelocPtr) - in resolveSymbolName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp161 const void *RelocPtr, StringRef &Name);
287 const void *RelocPtr, in resolveSymbolName() argument
289 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
290 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
292 uint64_t Offset = ptrdiff_t(reinterpret_cast<const char *>(RelocPtr) - in resolveSymbolName()