Searched refs:ObjectFile (Results 126 - 150 of 184) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp16 #include "llvm/Object/ObjectFile.h"
80 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index);
H A DXCOFFObjectFile.cpp564 : ObjectFile(Type, Object) {
711 Expected<std::unique_ptr<ObjectFile>>
712 ObjectFile::createXCOFFObjectFile(MemoryBufferRef MemBufRef,
H A DRelocationResolver.cpp528 getRelocationResolver(const ObjectFile &Obj) {
H A DWasmObjectFile.cpp20 #include "llvm/Object/ObjectFile.h"
57 ObjectFile::createWasmObjectFile(MemoryBufferRef Buffer) {
59 auto ObjectFile = std::make_unique<WasmObjectFile>(Buffer, Err); local
63 return std::move(ObjectFile);
248 : ObjectFile(Binary::ID_Wasm, Buffer) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx,
H A DSymbol.cpp15 #include "lldb/Symbol/ObjectFile.h"
356 ENUM_TO_CSTRING(ObjectFile);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp246 std::error_code createWasmDumper(const object::ObjectFile *Obj,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h139 class ObjectFile;
358 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP;
359 typedef std::weak_ptr<lldb_private::ObjectFile> ObjectFileWP;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp18 #include "lldb/Symbol/ObjectFile.h"
786 ObjectFile::eTypeStubLibrary) {
824 ObjectFile::eTypeStubLibrary) {
922 ObjectFile::eTypeStubLibrary) {
H A DValue.cpp14 #include "lldb/Symbol/ObjectFile.h"
420 ObjectFile *objfile = module->GetObjectFile();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp468 return UseIntegratedAssembler ? CC::ObjectFile : CC::AsmFile;
642 if (fileType != ObjectFile) {
790 if (fileType != ObjectFile) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp30 #include "llvm/Object/ObjectFile.h"
1229 if (PrintAddress && isa<ObjectFile>(Obj)) {
1865 Expected<std::unique_ptr<ObjectFile>> ObjOrErr =
1872 ObjectFile &Obj = *ObjOrErr.get();
1950 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile();
1953 ObjectFile &Obj = *ObjOrErr.get();
2000 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = O.getAsObjectFile();
2006 ObjectFile &Obj = *ObjOrErr.get();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp323 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h137 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp31 #include "llvm/Object/ObjectFile.h"
331 auto OFOrErr = llvm::object::ObjectFile::createObjectFile(Buffer);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h9 // This file declares the WasmObjectFile class, which implements the ObjectFile
26 #include "llvm/Object/ObjectFile.h"
118 class WasmObjectFile : public ObjectFile {
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp21 #include "lldb/Symbol/ObjectFile.h"
665 ObjectFile *objfile_ptr = module_sp->GetObjectFile();
679 ObjectFile *objfile_ptr = module_sp->GetObjectFile();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp46 /// A minimal ObjectFile implementation providing a dummy object file for the
49 class PlaceholderObjectFile : public ObjectFile {
54 : ObjectFile(module_sp, &module_spec.GetFileSpec(), /*file_offset*/ 0,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp21 #include "llvm/Object/ObjectFile.h"
873 Expected<std::unique_ptr<object::ObjectFile>> OptionalObject =
874 object::ObjectFile::createObjectFile(Member.Buf->getMemBufferRef());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp10 #include "lldb/Symbol/ObjectFile.h"
50 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp26 #include "lldb/Symbol/ObjectFile.h"
382 ObjectFile *ofile = module_sp->GetObjectFile();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp490 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjBuffer);
H A DMachO_x86_64.cpp450 auto MachOObj = object::ObjectFile::createMachOObjectFile(ObjBuffer);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp17 #include "lldb/Symbol/ObjectFile.h"
125 const size_t num_specs = ObjectFile::GetModuleSpecifications(
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp7 #include "llvm/Object/ObjectFile.h"
457 bool collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx,

Completed in 174 milliseconds

12345678