Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp410 ELFFile<ELFT>::decodeCrel(ArrayRef<uint8_t> Content) const { in decodeCrel() function in ELFFile
415 Error Err = object::decodeCrel<ELFT::Is64Bits>( in decodeCrel()
445 return decodeCrel(*ContentsOrErr); in crels()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h215 Error decodeCrel( in decodeCrel() function
369 Expected<RelsOrRelas> decodeCrel(ArrayRef<uint8_t> Content) const;
H A DELFObjectFile.h1042 Error Err = decodeCrel<ELFT::Is64Bits>( in section_rel_begin()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4942 Obj.decodeCrel(ArrayRef<uint8_t>(Region.Addr, ObjSize - Offset)); in printDynamicRelocationsHelper()