Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:ObjectFile

22 #include "llvm/Object/ObjectFile.h"
112 OwningBinary<ObjectFile>
113 getObjectForDebug(const ObjectFile &Obj) const override;
119 const ObjectFile &SourceObject,
150 OwningBinary<ObjectFile> createELFDebugObject(const ObjectFile &Obj,
159 std::unique_ptr<ObjectFile> DebugObj;
181 return OwningBinary<ObjectFile>(std::move(DebugObj), std::move(Buffer));
184 OwningBinary<ObjectFile>
185 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const {
222 RuntimeDyldELF::loadObject(const object::ObjectFile &O) {
584 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) {
1167 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O,
1794 void RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj,
1850 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const {