Searched refs:ObjectFile (Results 26 - 50 of 184) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h24 class ObjectFile;
60 std::unique_ptr<object::ObjectFile>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp12 #include "llvm/Object/ObjectFile.h"
69 OwningBinary<ObjectFile> Obj)
74 OwningBinary<ObjectFile> Obj;
101 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
150 ObjectKey K, const ObjectFile &Obj,
153 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp27 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {
33 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) {
40 llvm::object::computeSymbolSizes(const ObjectFile &O) {
H A DIRObjectFile.cpp21 #include "llvm/Object/ObjectFile.h"
74 IRObjectFile::findBitcodeInObject(const ObjectFile &Obj) {
98 Expected<std::unique_ptr<ObjectFile>> ObjFile =
99 ObjectFile::createObjectFile(Object, Type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp12 #include "lldb/Symbol/ObjectFile.h"
37 ObjectFile *object_file = exe_module->GetObjectFile();
39 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage);
83 ObjectFile *image_object_file = module_sp->GetObjectFile();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h22 #include "llvm/Object/ObjectFile.h"
350 virtual void setMipsABI(const ObjectFile &Obj) {
378 Error emitCommonSymbols(const ObjectFile &Obj,
386 Expected<unsigned> emitSection(const ObjectFile &Obj,
395 Expected<unsigned> findOrEmitSection(const ObjectFile &Obj,
424 const ObjectFile &Obj, ObjSectionToIDMap &ObjSectionToID,
435 Error computeTotalAllocSize(const ObjectFile &Obj,
441 unsigned computeGOTSize(const ObjectFile &Obj);
444 unsigned computeSectionStubBufSize(const ObjectFile &Obj,
448 Expected<ObjSectionToIDMap> loadObjectImpl(const object::ObjectFile
[all...]
H A DRuntimeDyldELF.h89 void setMipsABI(const ObjectFile &Obj) override;
173 loadObject(const object::ObjectFile &O) override;
178 const ObjectFile &Obj,
181 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
183 Error finalizeLoad(const ObjectFile &Obj,
H A DRuntimeDyldMachO.cpp36 OwningBinary<ObjectFile>
37 getObjectForDebug(const ObjectFile &Obj) const override {
38 return OwningBinary<ObjectFile>();
56 const ObjectFile &BaseObjT,
98 const ObjectFile &BaseTObj, const relocation_iterator &RI,
222 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const {
228 RuntimeDyldMachOCRTPBase<Impl>::finalizeLoad(const ObjectFile &Obj,
370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp24 getRemarksSectionName(const object::ObjectFile &Obj) {
33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) {
102 Error RemarkLinker::link(const object::ObjectFile &Obj,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h12 #include "lldb/Symbol/ObjectFile.h"
32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
H A DCompactUnwindInfo.h12 #include "lldb/Symbol/ObjectFile.h"
38 CompactUnwindInfo(ObjectFile &objfile, lldb::SectionSP &section);
144 ObjectFile &m_objfile;
H A DDWARFCallFrameInfo.h17 #include "lldb/Symbol/ObjectFile.h"
37 DWARFCallFrameInfo(ObjectFile &objfile, lldb::SectionSP &section, Type type);
145 ObjectFile &m_objfile;
H A DObjectContainer.h147 virtual ObjectFile *GetObjectFileAtIndex(uint32_t object_idx) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp20 void printWasmFileHeader(const object::ObjectFile *Obj) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp62 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj,
243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName,
362 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath,
379 ObjectFile *DbgObj = DbgObjOrErr.get();
391 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path,
392 const ObjectFile *Obj,
411 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path,
444 ObjectFile *Obj = ObjOrErr.get();
446 ObjectFile *DbgObj = nullptr;
461 Expected<ObjectFile *>
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h29 class ObjectFile;
48 const object::ObjectFile &) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h29 class ObjectFile;
64 static Expected<MemoryBufferRef> findBitcodeInObject(const ObjectFile &Obj);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp9 #include "llvm/Object/ObjectFile.h"
32 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile);
41 ObjectFile *OF = ObjErr.get().getBinary();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp26 #include "llvm/Object/ObjectFile.h"
49 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects;
59 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
99 ObjectKey Key, const ObjectFile &Obj,
102 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj);
103 const ObjectFile *DebugObj = DebugObjOwner.getBinary();
212 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h30 class ObjectFile;
102 Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
113 const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
189 ObjectFile *GetObjectFile() { return m_obj_file; }
190 const ObjectFile *GetObjectFile() const { return m_obj_file; }
239 ObjectFile *m_obj_file; // The object file that data for this section should
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp20 #include "llvm/Object/ObjectFile.h"
184 static bool considerForSize(ObjectFile *Obj, SectionRef Section) {
199 static uint64_t getCommonSize(ObjectFile *Obj) {
360 static void printObjectSectionSizes(ObjectFile *Obj) {
508 /// Checks to see if the @p O ObjectFile is a Mach-O file and if it is and there
513 static bool checkMachOAndArchFlags(ObjectFile *O, StringRef Filename) {
560 if (ObjectFile *o = dyn_cast<ObjectFile>(&*ChildOrErr.get())) {
592 Expected<std::unique_ptr<ObjectFile>> UO = I->getAsObjectFile();
594 if (ObjectFile *
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h16 #include "lldb/Symbol/ObjectFile.h"
56 /// the ObjectFile protocol.
57 class ObjectFileELF : public lldb_private::ObjectFile {
68 static lldb_private::ObjectFile *
73 static lldb_private::ObjectFile *CreateMemoryInstance(
95 return ClassID == &ID || ObjectFile::isA(ClassID);
97 static bool classof(const ObjectFile *obj) { return obj->isA(&ID); }
99 // ObjectFile Protocol.
138 ObjectFile::Type CalculateType() override;
140 ObjectFile
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h191 SmallVector<std::unique_ptr<object::ObjectFile>, 2> LoadedObjects;
216 void addObjectFile(std::unique_ptr<object::ObjectFile> O) override;
217 void addObjectFile(object::OwningBinary<object::ObjectFile> O) override;
333 void notifyObjectLoaded(const object::ObjectFile &Obj,
335 void notifyFreeingObject(const object::ObjectFile &Obj);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp20 #include "lldb/Symbol/ObjectFile.h"
63 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp,
74 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp,
93 : ObjectFile(module_sp, nullptr, 0, 0, DataBufferSP(), 0), m_delegate_wp() {
189 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; }
191 ObjectFile::Strata ObjectFileJIT::CalculateStrata() { return eStrataJIT; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp13 #include "Plugins/ObjectFile/ELF/ObjectFileELF.h"
20 #include "lldb/Symbol/ObjectFile.h"
103 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(
112 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo);

Completed in 303 milliseconds

12345678