Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Architecture/PPC64/
DArchitecturePPC64.cpp51 return llvm::ELF::decodePPC64LocalEntryOffset(other); in GetLocalEntryOffset()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp159 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp174 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
/external/llvm/include/llvm/Support/
DELF.h394 decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h392 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h392 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h402 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1507 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1476 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1469 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()