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

12345678

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp610 #pragma mark ObjectFile
694 "no ObjectFile plugins were able to save a core for this process");
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp12 #include "lldb/Symbol/ObjectFile.h"
162 CompactUnwindInfo::CompactUnwindInfo(ObjectFile &objfile, SectionSP &section_sp)
H A DSymbolContext.cpp17 #include "lldb/Symbol/ObjectFile.h"
487 ObjectFile *objfile = nullptr;
H A DSymtab.cpp17 #include "lldb/Symbol/ObjectFile.h"
30 Symtab::Symtab(ObjectFile *objfile)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h22 #include "llvm/Object/ObjectFile.h"
765 class COFFObjectFile : public ObjectFile {
H A DELFObjectFile.h28 #include "llvm/Object/ObjectFile.h"
49 class ELFObjectFileBase : public ObjectFile {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp10 // class to the generic ObjectFile wrapper.
25 #include "llvm/Object/ObjectFile.h"
1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) {
4608 DataExtractor extractor(ObjectFile::getData(), true, 0);
4623 ObjectFile::createMachOObjectFile(MemoryBufferRef Buffer,
/freebsd-13-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, TypeSystemClang &clang)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp29 #include "lldb/Symbol/ObjectFile.h"
265 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0,
H A DProcess.cpp2387 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) {
2502 ObjectFile *objfile = module_sp->GetMemoryObjectFile(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp29 #include "lldb/Symbol/ObjectFile.h"
2572 ObjectFile *objfile = die.GetDWARF()->GetObjectFile();
2585 ObjectFile *objfile = die.GetDWARF()->GetObjectFile();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp37 #include "lldb/Symbol/ObjectFile.h"
1865 ObjectFile *objc_object = objc_module_sp->GetObjectFile();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1538 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp39 #include "llvm/Object/ObjectFile.h"
224 void printGnuHashTable(const object::ObjectFile *Obj) override;
1006 std::error_code createELFDumper(const object::ObjectFile *Obj,
2818 void ELFDumper<ELFT>::printGnuHashTable(const object::ObjectFile *Obj) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp48 #include "lldb/Symbol/ObjectFile.h"
2247 ObjectFile *objfile = module_sp->GetObjectFile();
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile816 SRCS_MIN+= Object/ObjectFile.cpp

Completed in 395 milliseconds

12345678