/llvm-project/llvm/cmake/modules/ |
H A D | TensorFlowCompile.cmake | 75 set(obj_file ${prefix}.o) variable
|
/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 60 ObjectFileWasm *obj_file = in CreateInstance() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 58 ObjectFileELF *obj_file = CreateInstance() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 58 ObjectFilePECOFF *obj_file = in CreateInstance() local
|
/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 344 ObjectFile *obj_file = GetObjectFile(); GetUUID() local 504 if (ObjectFile *obj_file = sc.module_sp->GetObjectFile()) ResolveSymbolContextForAddress() local 1006 ObjectFile *obj_file = GetObjectFile(); GetSymbolFile() local 1227 ObjectFile *obj_file = GetObjectFile(); GetSectionList() local 1235 ObjectFile *obj_file = GetObjectFile(); SectionFileAddressesChanged() local 1347 ObjectFile *obj_file = symbol_file->GetObjectFile(); SetSymbolFileFileSpec() local 1407 ObjectFile *obj_file = GetObjectFile(); IsLoadedInTarget() local 1599 if (ObjectFile *obj_file = GetObjectFile()) GetVersion() local 1605 ObjectFile *obj_file = GetObjectFile(); GetIsDynamicLinkEditor() local [all...] |
H A D | Section.cpp | 158 Section(const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument 174 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
|
H A D | DynamicLoader.cpp | 144 ObjectFile *obj_file = module->GetObjectFile(); GetSectionListFromModule() local
|
H A D | Address.cpp | 1036 if (obj_file) { in GetAddressClass() local
|
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
H A D | SymbolVendorMacOSX.cpp | 94 ObjectFile *obj_file = in CreateInstance() local
|
/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 1158 PopulateSymtab(lldb_private::ObjectFile * obj_file,lldb_private::Symtab & symtab) PopulateSymtab() argument 1164 PopulateSectionList(lldb_private::ObjectFile * obj_file,lldb_private::SectionList & section_list) PopulateSectionList() argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 533 ObjectFile *obj_file = module->GetObjectFile(); in GetSectionListFromModule() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 84 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in ResolveRendezvousAddress() local
|
/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 98 ObjectFile *obj_file = module_sp->GetObjectFile(); in IsFileBacked() local
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 469 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); GetImageInfoAddress() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 855 ObjectFile *obj_file = GetObjectFile(); in ResolveSymbolContext() local 412 ObjectFile *obj_file = GetObjectFile(); GetModuleByCompUnitInfo() local
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.cpp | 611 ObjectFile *obj_file = target.GetExecutableModule()->GetObjectFile(); GetImageInfoAddress() local
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 472 ObjectFile *obj_file = module_sp->GetObjectFile(); ModuleIsExcludedForUnconstrainedSearches() local
|