Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp51 return llvm::ELF::decodePPC64LocalEntryOffset(other); in GetLocalEntryOffset()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp169 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h393 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1459 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()