|
| ELFLinkGraphBuilder_ppc64 (StringRef FileName, const object::ELFFile< ELFT > &Obj, std::shared_ptr< orc::SymbolStringPool > SSP, Triple TT, SubtargetFeatures Features) |
Error | forEachRelaRelocation (const typename object::ELFType< Endianness, true >::Shdr &RelSect, RelocHandlerFunction &&Func) |
Error | forEachRelRelocation (const typename object::ELFType< Endianness, true >::Shdr &RelSect, RelocHandlerFunction &&Func) |
| ELFLinkGraphBuilder (const object::ELFFile< object::ELFType< Endianness, true > > &Obj, std::shared_ptr< orc::SymbolStringPool > SSP, Triple TT, SubtargetFeatures Features, StringRef FileName, LinkGraph::GetEdgeKindNameFunction GetEdgeKindName) |
ELFLinkGraphBuilder & | setProcessDebugSections (bool ProcessDebugSections) |
| Debug sections are included in the graph by default.
|
Expected< std::unique_ptr< LinkGraph > > | buildGraph () |
| Attempt to construct and return the LinkGraph.
|
| ELFLinkGraphBuilderBase (std::unique_ptr< LinkGraph > G) |
virtual | ~ELFLinkGraphBuilderBase () |
|
using | ELFSectionIndex |
using | ELFSymbolIndex |
bool | isRelocatable () const |
void | setGraphBlock (ELFSectionIndex SecIndex, Block *B) |
Block * | getGraphBlock (ELFSectionIndex SecIndex) |
void | setGraphSymbol (ELFSymbolIndex SymIndex, Symbol &Sym) |
Symbol * | getGraphSymbol (ELFSymbolIndex SymIndex) |
Expected< std::pair< Linkage, Scope > > | getSymbolLinkageAndScope (const typename object::ELFType< Endianness, true >::Sym &Sym, StringRef Name) |
virtual TargetFlagsType | makeTargetFlags (const typename object::ELFType< Endianness, true >::Sym &Sym) |
| Set the target flags on the given Symbol.
|
virtual orc::ExecutorAddrDiff | getRawOffset (const typename object::ELFType< Endianness, true >::Sym &Sym, TargetFlagsType Flags) |
| Get the physical offset of the symbol on the target platform.
|
Error | prepare () |
Error | graphifySections () |
Error | graphifySymbols () |
virtual bool | excludeSection (const typename object::ELFType< Endianness, true >::Shdr &Sect) const |
| Override in derived classes to suppress certain sections in the link graph.
|
Section & | getCommonSection () |
static bool | isDwarfSection (StringRef SectionName) |
const ELFFile & | Obj |
ELFFile::Elf_Shdr_Range | Sections |
const ELFFile::Elf_Shdr * | SymTabSec |
StringRef | SectionStringTab |
bool | ProcessDebugSections |
DenseMap< ELFSectionIndex, Block * > | GraphBlocks |
DenseMap< ELFSymbolIndex, Symbol * > | GraphSymbols |
DenseMap< const typename ELFFile::Elf_Shdr *, ArrayRef< typename ELFFile::Elf_Word > > | ShndxTables |
std::unique_ptr< LinkGraph > | G |
template<
llvm::endianness Endianness>
class llvm::jitlink::ELFLinkGraphBuilder_ppc64< Endianness >
Definition at line 197 of file ELF_ppc64.cpp.