Home
last modified time | relevance | path

Searched refs:IsRelocatable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable() local
500 uint64_t Address = IsRelocatable in PrintExceptionTable()
505 IsRelocatable ? Optional<unsigned>(EHT.sh_link) : None; in PrintExceptionTable()
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable() local
568 IsRelocatable in PrintIndexTable()
578 IsRelocatable ? Optional<unsigned>(IT->sh_link) : None; in PrintIndexTable()
597 if (IsRelocatable) { in PrintIndexTable()
611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress", in PrintIndexTable()
614 if (IsRelocatable) in PrintIndexTable()
H A DELFDumper.cpp7050 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps() local
7057 if (IsRelocatable) in printBBAddrMaps()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCExpr.cpp578 bool IsRelocatable = in evaluateAsAbsolute() local
584 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute()