Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp44 return llvm::ELF::decodePPC64LocalEntryOffset(other); in GetLocalEntryOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h411 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1573 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()