Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp44 return llvm::ELF::decodePPC64LocalEntryOffset(other); in GetLocalEntryOffset()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp367 Addend += ELF::decodePPC64LocalEntryOffset((*ObjSymbol)->st_other); in link_ELF_ppc64()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h415 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1585 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()