Searched defs:SectionEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h51 /// SectionEntry - represents a section emitted into memory by the dynamic
53 class SectionEntry { class in namespace:llvm
82 SectionEntry(StringRef name, uint8_t *address, size_t size, function in class:llvm::SectionEntry
243 typedef SmallVector<SectionEntry, 64> SectionList;

Completed in 250 milliseconds