Searched refs:getObjectFile (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DObjectImage.h62 virtual object::ObjectFile* getObjectFile() const = 0;
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h176 const ELF32LEObjectFile *Obj = cast<ELF32LEObjectFile>(R.getObjectFile());
184 const ELF64LEObjectFile *Obj = cast<ELF64LEObjectFile>(R.getObjectFile());
192 const ELF32BEObjectFile *Obj = cast<ELF32BEObjectFile>(R.getObjectFile());
200 const ELF64BEObjectFile *Obj = cast<ELF64BEObjectFile>(R.getObjectFile());
H A DMachO.h48 const ObjectFile *getObjectFile() const;
300 inline const ObjectFile *DiceRef::getObjectFile() const { function in class:llvm::object::DiceRef
H A DObjectFile.h71 const ObjectFile *getObjectFile() const;
532 inline const ObjectFile *RelocationRef::getObjectFile() const { function in class:llvm::object::RelocationRef
H A DELFObjectFile.h961 const ObjectFile *Obj = R.getObjectFile();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h73 object::ObjectFile* getObjectFile() const override { return ObjFile.get(); }
H A DRuntimeDyldMachO.cpp232 populateJumpTable(cast<MachOObjectFile>(*ObjImg.getObjectFile()),
235 populatePointersSection(cast<MachOObjectFile>(*ObjImg.getObjectFile()),
553 static_cast<const MachOObjectFile*>(Obj.getObjectFile());
618 static_cast<const MachOObjectFile*>(Obj.getObjectFile());
657 const ObjectFile *OF = Obj.getObjectFile();
H A DRuntimeDyldELF.cpp90 static_cast<DyldELFObject<ELFT>*>(getObjectFile())
95 static_cast<DyldELFObject<ELFT>*>(getObjectFile())
H A DRuntimeDyld.cpp113 IsTargetLittleEndian = Obj->getObjectFile()->isLittleEndian();
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp28 const MachOObjectFile *Obj = cast<MachOObjectFile>(Rel.getObjectFile());
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp193 DIContext* Context = DIContext::getDWARFContext(Obj.getObjectFile());
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp196 DIContext::getDWARFContext(LoadedObject->getObjectFile()));

Completed in 370 milliseconds