Searched refs:IsRelocatable (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; local
500 uint64_t Address = IsRelocatable
505 IsRelocatable ? std::optional<unsigned>(EHT.sh_link) : std::nullopt;
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; local
568 IsRelocatable
578 IsRelocatable ? std::optional<unsigned>(IT->sh_link) : std::nullopt;
597 if (IsRelocatable) {
611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress",
614 if (IsRelocatable)
H A DELFDumper.cpp7546 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; local
7562 if (IsRelocatable)
7566 if (IsRelocatable && !RelocSec) {
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp678 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL; local
684 if (IsRelocatable && RelaSec) {
739 if (IsRelocatable) {
H A DELFObjectFile.cpp791 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL;
819 if (IsRelocatable && !RelocSec)
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp584 bool IsRelocatable = local
590 return IsRelocatable && Value.isAbsolute();

Completed in 142 milliseconds