Searched refs:ObjectFile (Results 151 - 175 of 184) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp21 #include "llvm/Object/ObjectFile.h"
628 void printCOFFFileHeader(const object::ObjectFile *Obj) {
H A DMachODump.cpp1872 // checkMachOAndArchFlags() checks to see if the ObjectFile is a Mach-O file
1877 static bool checkMachOAndArchFlags(ObjectFile *O, StringRef Filename) {
2365 if (ObjectFile *O = dyn_cast<ObjectFile>(&Bin)) {
2399 Expected<std::unique_ptr<ObjectFile>> ObjOrErr =
2405 ObjectFile &O = *ObjOrErr.get();
2466 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile();
2470 ObjectFile &O = *ObjOrErr.get();
2516 Expected<std::unique_ptr<ObjectFile>> ObjOrErr = I->getAsObjectFile();
2521 ObjectFile
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp7 #include "llvm/Object/ObjectFile.h"
457 bool collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp35 #include "lldb/../../source/Plugins/ObjectFile/JIT/ObjectFileJIT.h"
1235 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file,
1241 lldb_private::ObjectFile *obj_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp37 #include "lldb/Symbol/ObjectFile.h"
1402 ObjectFile *objfile = module->GetObjectFile();
2707 ObjectFile *objfile = module->GetObjectFile();
2805 std::vector<ObjectFile::LoadableData> loadables(
3142 ObjectFile *objfile = module->GetObjectFile();
4064 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(),
4146 ObjectFile *object_file = symbol_file->GetObjectFile();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp21 #include "llvm/Object/ObjectFile.h"
665 : ObjectFile(Binary::ID_COFF, Object), COFFHeader(nullptr),
1623 ObjectFile::createCOFFObjectFile(MemoryBufferRef Object) {
H A DMachOObjectFile.cpp10 // class to the generic ObjectFile wrapper.
25 #include "llvm/Object/ObjectFile.h"
1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) {
4625 DataExtractor extractor(ObjectFile::getData(), true, 0);
4640 ObjectFile::createMachOObjectFile(MemoryBufferRef Buffer,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp30 #include "llvm/Object/ObjectFile.h"
130 void ExecutionEngine::addObjectFile(std::unique_ptr<object::ObjectFile> O) {
135 ExecutionEngine::addObjectFile(object::OwningBinary<object::ObjectFile> O) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h165 const object::ObjectFile &Obj) override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp14 #include "lldb/Symbol/ObjectFile.h"
146 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile &objfile,
H A DSymtab.cpp17 #include "lldb/Symbol/ObjectFile.h"
30 Symtab::Symtab(ObjectFile *objfile)
H A DSymbolContext.cpp17 #include "lldb/Symbol/ObjectFile.h"
489 ObjectFile *objfile = nullptr;
H A DCompactUnwindInfo.cpp12 #include "lldb/Symbol/ObjectFile.h"
162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp25 #include "lldb/Symbol/ObjectFile.h"
44 #include "lldb/Symbol/ObjectFile.h"
440 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp190 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile);
H A DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp17 #include "lldb/Symbol/ObjectFile.h"
999 ObjectFile *obj_file = module_sp->GetObjectFile();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp71 std::error_code createMachODumper(const object::ObjectFile *Obj,
H A DCOFFDumper.cpp45 #include "llvm/Object/ObjectFile.h"
243 std::error_code createCOFFDumper(const object::ObjectFile *Obj,
1167 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp29 #include "lldb/Symbol/ObjectFile.h"
1304 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h22 #include "llvm/Object/ObjectFile.h"
765 class COFFObjectFile : public ObjectFile {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h34 #include "lldb/Symbol/ObjectFile.h"
1673 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp46 #include "lldb/Symbol/ObjectFile.h"
548 if (m_objfile_sp->GetType() == ObjectFile::eTypeDebugInfo) {
1620 ObjectFileSP dwo_obj_file = ObjectFile::FindPlugin(
3486 ObjectFile *debug_map_objfile =
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp22 #include "lldb/Symbol/ObjectFile.h"
205 PdbAstBuilder::PdbAstBuilder(ObjectFile &obj, PdbIndex &index, ClangASTContext &clang)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp31 #include "lldb/Symbol/ObjectFile.h"
259 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0,

Completed in 509 milliseconds

12345678