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

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h35 #include "llvm/Object/ObjectFile.h"
109 const object::ObjectFile &O) override {
114 const object::ObjectFile &O) override {
299 void addObjectFile(std::unique_ptr<object::ObjectFile> O) override {
304 void addObjectFile(object::OwningBinary<object::ObjectFile> O) override {
305 std::unique_ptr<object::ObjectFile> Obj;
429 void operator()(VModuleKey K, const object::ObjectFile &Obj,
443 void operator()(VModuleKey K, const object::ObjectFile &Obj,
H A DOrcCBindingsStack.h121 using OwningObject = object::OwningBinary<object::ObjectFile>;
226 [this](orc::VModuleKey K, const object::ObjectFile &Obj,
230 [this](orc::VModuleKey K, const object::ObjectFile &Obj) {
360 if (auto Obj = object::ObjectFile::createObjectFile(
494 const object::ObjectFile &Obj,
502 void notifyFreed(orc::VModuleKey K, const object::ObjectFile &Obj) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp26 #include "lldb/Symbol/ObjectFile.h"
158 if (ObjectFile::GetModuleSpecifications(
300 ObjectFile *Module::GetMemoryObjectFile(const lldb::ProcessSP &process_sp,
318 m_objfile_sp = ObjectFile::FindPlugin(shared_from_this(), process_sp,
351 ObjectFile *obj_file = GetObjectFile();
512 if (ObjectFile *obj_file = sc.module_sp->GetObjectFile())
524 ObjectFile *symtab_objfile = symtab->GetObjectFile();
526 ObjectFile *symfile_objfile = symfile->GetObjectFile();
1041 ObjectFile *obj_file = GetObjectFile();
1231 ObjectFile *objfil
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp54 #include "llvm/Object/ObjectFile.h"
415 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O,
500 static const Target *getTarget(const ObjectFile *Obj) {
530 const ObjectFile *Obj = Rel.getObject();
932 const ObjectFile *Obj = nullptr;
955 SourcePrinter(const ObjectFile *Obj, StringRef DefaultArch)
1085 static bool isAArch64Elf(const ObjectFile *Obj) {
1090 static bool isArmElf(const ObjectFile *Obj) {
1095 static bool hasMappingSymbols(const ObjectFile *Obj) {
1324 static uint8_t getElfSymbolType(const ObjectFile *Ob
[all...]
H A DELFDump.cpp353 void objdump::printELFFileHeader(const object::ObjectFile *Obj) {
364 void objdump::printELFDynamicSection(const object::ObjectFile *Obj) {
375 void objdump::printELFSymbolVersionInfo(const object::ObjectFile *Obj) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp14 #include "lldb/Symbol/ObjectFile.h"
52 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) {
245 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) &&
357 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h35 #include "llvm/Object/ObjectFile.h"
81 object::OwningBinary<object::ObjectFile> File;
380 create(const object::ObjectFile &Obj, const LoadedObjectInfo *L = nullptr,
398 Error loadRegisterInfo(const object::ObjectFile &Obj);
H A DDWARFObject.h14 #include "llvm/Object/ObjectFile.h"
31 virtual const object::ObjectFile *getFile() const { return nullptr; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h59 class ObjectFile;
179 /// addObjectFile - Add an ObjectFile to the execution engine.
188 /// MCJIT will take ownership of the ObjectFile.
189 virtual void addObjectFile(std::unique_ptr<object::ObjectFile> O);
190 virtual void addObjectFile(object::OwningBinary<object::ObjectFile> O);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp21 #include "llvm/Object/ObjectFile.h"
39 SymbolizableObjectFile::create(const object::ObjectFile *Obj,
103 SymbolizableObjectFile::SymbolizableObjectFile(const ObjectFile *Obj,
161 const ObjectFile *Obj = Symbol.getObject();
313 /// Search for the first occurence of specified Address in ObjectFile.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h35 const ObjectFile &BaseObjT,
128 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,
147 const ObjectFile &BaseObjT,
H A DRuntimeDyldCOFFX86_64.h193 const object::ObjectFile &Obj,
293 Error finalizeLoad(const object::ObjectFile &Obj,
H A DRuntimeDyldMachOX86_64.h35 const ObjectFile &BaseObjT,
123 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,
H A DRuntimeDyldMachOARM.h102 const ObjectFile &BaseObjT,
289 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,
346 const ObjectFile &BaseTObj,
/freebsd-13-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,
96 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) {
258 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h17 #include "llvm/Object/ObjectFile.h"
216 class XCOFFObjectFile : public ObjectFile {
261 friend Expected<std::unique_ptr<ObjectFile>>
262 ObjectFile::createXCOFFObjectFile(MemoryBufferRef Object, unsigned FileType);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h15 #include "lldb/Symbol/ObjectFile.h"
46 class ObjectFile;
68 /// accessors are called. For example the object file (ObjectFile)
555 /// will find the best ObjectFile plug-in that can parse Module::m_file.
564 virtual ObjectFile *GetObjectFile();
606 /// enable the ObjectFile plugins to read the header of the object file
612 ObjectFile *GetMemoryObjectFile(const lldb::ProcessSP &process_sp,
818 // SymbolFile and ObjectFile member objects should lock the
988 /// is used by the ObjectFile and and
989 /// ObjectFile instance
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp94 ObjectFile *
147 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp,
237 : ObjectFile(module_sp, file, offset, length, data_sp, data_offset),
246 : ObjectFile(module_sp, process_sp, header_addr, header_data_sp),
317 this, // ObjectFile to which this section belongs and
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp22 #include "llvm/Object/ObjectFile.h"
68 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-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp20 #include "llvm/Object/ObjectFile.h"
76 return ObjectFile::createSymbolicFile(Buffer, Type, Context);
H A DELFObjectFile.cpp60 : ObjectFile(Type, Source) {}
71 Expected<std::unique_ptr<ObjectFile>>
72 ObjectFile::createELFObjectFile(MemoryBufferRef Obj) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp542 UniversalWriter(yaml::YamlObjectFile &ObjectFile) argument
543 : ObjectFile(ObjectFile), fileStart(0) {}
553 yaml::YamlObjectFile &ObjectFile; member in class:__anon3759::UniversalWriter
559 if (ObjectFile.MachO) {
560 MachOWriter Writer(*ObjectFile.MachO);
567 auto &FatFile = *ObjectFile.FatMachO;
587 auto &FatFile = *ObjectFile.FatMachO;
630 auto &FatFile = *ObjectFile.FatMachO;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h37 class ObjectFile;
54 PdbAstBuilder(ObjectFile &obj, PdbIndex &index, TypeSystemClang &clang);
/freebsd-13-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))

Completed in 280 milliseconds

12345678