|
| ELFLinkGraphBuilder_aarch32 (StringRef FileName, const llvm::object::ELFFile< ELFT > &Obj, Triple TT, SubtargetFeatures Features, aarch32::ArmConfig ArmCfg) |
|
| ELFLinkGraphBuilder (const object::ELFFile< ELFType< DataEndianness, false > > &Obj, 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.
|
|
virtual Error | addRelocations ()=0 |
| Call to derived class to handle relocations.
|
|
Error | forEachRelaRelocation (const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) |
|
Error | forEachRelRelocation (const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) |
|
| ELFLinkGraphBuilderBase (std::unique_ptr< LinkGraph > G) |
|
virtual | ~ELFLinkGraphBuilderBase () |
|
|
TargetFlagsType | makeTargetFlags (const typename ELFT::Sym &Sym) override |
|
orc::ExecutorAddrDiff | getRawOffset (const typename ELFT::Sym &Sym, TargetFlagsType Flags) override |
|
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 ELFT::Sym &Sym, StringRef Name) |
|
virtual TargetFlagsType | makeTargetFlags (const typename ELFT::Sym &Sym) |
| Set the target flags on the given Symbol.
|
|
virtual orc::ExecutorAddrDiff | getRawOffset (const typename ELFT::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 ELFT::Shdr &Sect) const |
| Override in derived classes to suppress certain sections in the link graph.
|
|
Error | forEachRelaRelocation (const typename ELFT::Shdr &RelSect, RelocHandlerMethod &&Func) |
| Traverse all matching ELFT::Rela relocation records in the given section.
|
|
Error | forEachRelaRelocation (const typename ELFT::Shdr &RelSect, ClassT *Instance, RelocHandlerMethod &&Method) |
| Traverse all matching rela relocation records in the given section.
|
|
Error | forEachRelRelocation (const typename ELFT::Shdr &RelSect, RelocHandlerMethod &&Func) |
| Traverse all matching ELFT::Rel relocation records in the given section.
|
|
Error | forEachRelRelocation (const typename ELFT::Shdr &RelSect, ClassT *Instance, RelocHandlerMethod &&Method) |
| Traverse all matching rel relocation records in the given section.
|
|
Section & | getCommonSection () |
|
template<
llvm::endianness DataEndianness>
class llvm::jitlink::ELFLinkGraphBuilder_aarch32< DataEndianness >
Definition at line 141 of file ELF_aarch32.cpp.