Searched refs:ObjectFile (Results 76 - 100 of 184) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h17 #include "llvm/Object/ObjectFile.h"
199 class XCOFFObjectFile : public ObjectFile {
244 friend Expected<std::unique_ptr<ObjectFile>>
245 ObjectFile::createXCOFFObjectFile(MemoryBufferRef Object, unsigned FileType);
H A DMachO.h9 // This file declares the MachOObjectFile class, which implement the ObjectFile
27 #include "llvm/Object/ObjectFile.h"
45 const ObjectFile *OwningObject = nullptr;
49 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
61 const ObjectFile *getObjectFile() const;
262 class MachOObjectFile : public ObjectFile {
681 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner)
699 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used for
730 inline const ObjectFile *DiceRef::getObjectFile() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp22 #include "llvm/Object/ObjectFile.h"
54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile,
91 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) {
227 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h96 virtual void emitSectionContents(const object::ObjectFile &Obj,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h14 #include "llvm/Object/ObjectFile.h"
31 virtual const object::ObjectFile *getFile() const { return nullptr; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp22 #include "llvm/Object/ObjectFile.h"
69 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
231 ObjectKey K, const ObjectFile &Obj,
237 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj);
238 const ObjectFile &DebugObj = *DebugObjOwner.getBinary();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp470 UniversalWriter(yaml::YamlObjectFile &ObjectFile) argument
471 : ObjectFile(ObjectFile), fileStart(0) {}
481 yaml::YamlObjectFile &ObjectFile; member in class:__anon1956::UniversalWriter
487 if (ObjectFile.MachO) {
488 MachOWriter Writer(*ObjectFile.MachO);
496 auto &FatFile = *ObjectFile.FatMachO;
510 auto &FatFile = *ObjectFile.FatMachO;
553 auto &FatFile = *ObjectFile.FatMachO;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp20 #include "llvm/Object/ObjectFile.h"
76 return ObjectFile::createSymbolicFile(Buffer, Type, Context);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h14 #include "lldb/Symbol/ObjectFile.h"
44 class ObjectFile;
66 /// accessors are called. For example the object file (ObjectFile)
548 /// will find the best ObjectFile plug-in that can parse Module::m_file.
557 virtual ObjectFile *GetObjectFile();
599 /// enable the ObjectFile plugins to read the header of the object file
605 ObjectFile *GetMemoryObjectFile(const lldb::ProcessSP &process_sp,
811 // SymbolFile and ObjectFile member objects should lock the
974 /// is used by the ObjectFile and and
975 /// ObjectFile instance
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h35 const ObjectFile &BaseObjT,
123 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,
H A DRuntimeDyldCOFFX86_64.h192 const object::ObjectFile &Obj,
282 Error finalizeLoad(const object::ObjectFile &Obj,
H A DRuntimeDyldMachOARM.h102 const ObjectFile &BaseObjT,
289 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,
346 const ObjectFile &BaseTObj,
H A DRuntimeDyldCOFFThumb.h25 const object::ObjectFile &Obj,
62 const object::ObjectFile &Obj,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h37 class ObjectFile;
54 PdbAstBuilder(ObjectFile &obj, PdbIndex &index, ClangASTContext &clang);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp106 auto Obj = object::ObjectFile::createObjectFile(*ObjBuffer);
158 VModuleKey K, MaterializationResponsibility &R, object::ObjectFile &Obj,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp17 #include "llvm/Object/ObjectFile.h"
81 static void collectRelocatedSymbols(const ObjectFile *Obj,
106 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress,
125 static void dumpCXXData(const ObjectFile *Obj) {
516 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&*ChildOrErr.get()))
537 else if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp21 #include "llvm/Object/ObjectFile.h"
45 SymbolizableObjectFile::create(const object::ObjectFile *Obj,
107 SymbolizableObjectFile::SymbolizableObjectFile(const ObjectFile *Obj,
165 const ObjectFile *Obj = Symbol.getObject();
317 /// Search for the first occurence of specified Address in ObjectFile.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp336 void printELFFileHeader(const object::ObjectFile *Obj) {
347 void printELFDynamicSection(const object::ObjectFile *Obj) {
358 void printELFSymbolVersionInfo(const object::ObjectFile *Obj) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp12 #include "lldb/Symbol/ObjectFile.h"
47 lldb::ObjectFileSP obj_file = lldb_private::ObjectFile::FindPlugin(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h41 class ObjectFile;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h129 const object::ObjectFile &Obj) override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp15 #include "lldb/Symbol/ObjectFile.h"
163 ObjectFile *objfile = module_sp->GetObjectFile();
197 ObjectFile *objfile = module_sp->GetObjectFile();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h21 #include "lldb/Symbol/ObjectFile.h"
94 void PopulateSymtab(lldb_private::ObjectFile *obj_file,
97 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp30 #include "llvm/Object/ObjectFile.h"
420 static std::error_code createDumper(const ObjectFile *Obj,
441 static void dumpObject(const ObjectFile *Obj, ScopedPrinter &Writer,
566 if (ObjectFile *Obj = dyn_cast<ObjectFile>(&*ChildOrErr.get()))
614 else if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary))

Completed in 380 milliseconds

12345678