| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.h | 27 struct SectionData { struct 32 SectionData m_data_debug_abbrev; argument 33 SectionData m_data_debug_addr; 34 SectionData m_data_debug_aranges; 35 SectionData m_data_debug_cu_index; 36 SectionData m_data_debug_info; 37 SectionData m_data_debug_line; 38 SectionData m_data_debug_line_str; 39 SectionData m_data_debug_loc; 40 SectionData m_data_debug_loclists; [all …]
|
| H A D | DWARFContext.cpp | 35 SectionData &data) { in LoadOrGetSection()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Decompressor.cpp | 30 : SectionData(Data), DecompressedSize(0) {} in Decompressor() 35 if (SectionData.size() < HdrSize) in consumeCompressedHeader() 38 DataExtractor Extractor(SectionData, IsLittleEndian, 0); in consumeCompressedHeader() 62 SectionData = SectionData.substr(HdrSize); in consumeCompressedHeader() 68 arrayRefFromStringRef(SectionData), in decompress()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 209 // We support specifying exactly one of SectionData or Subsections. So if in layoutCOFF() 210 // there is already some SectionData, then we don't need to do any of this. in layoutCOFF() 211 if (S.Name == ".debug$S" && S.SectionData.binary_size() == 0) { in layoutCOFF() 223 if (S.SectionData.binary_size() == 0) { in layoutCOFF() 227 S.SectionData = in layoutCOFF() 231 if (S.SectionData.binary_size() == 0) in layoutCOFF() 232 S.SectionData = CodeViewYAML::toDebugT(S.DebugT, CP.Allocator, S.Name); in layoutCOFF() 234 if (S.SectionData.binary_size() == 0) in layoutCOFF() 235 S.SectionData = CodeViewYAML::toDebugT(S.DebugP, CP.Allocator, S.Name); in layoutCOFF() 237 if (S.DebugH && S.SectionData in layoutCOFF() [all...] |
| H A D | XCOFFEmitter.cpp | 161 InitSections[I].Size = InitSections[I].SectionData.binary_size(); in initStringTable() 191 if (InitSections[I].SectionData.binary_size()) { in initStringTable() 205 CurrentOffset += InitSections[I].SectionData.binary_size(); in initStringTable() 561 if (YamlSec.SectionData.binary_size()) { in writeAuxSymbol() 570 YamlSec.SectionData.writeAsBinary(W.OS); in writeAuxSymbol()
|
| H A D | COFFYAML.cpp | 675 IO.mapOptional("SectionData", Sec.SectionData); in mapping() 687 if (!Sec.StructuredData.empty() && Sec.SectionData.binary_size()) { in mapping() 688 IO.setError("StructuredData and SectionData can't be used together"); in mapping()
|
| H A D | XCOFFYAML.cpp | 254 IO.mapOptional("SectionData", Sec.SectionData); in auxSymMapping()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 273 NewSection.SectionData->getBufferStart()), in handleArgs() 274 NewSection.SectionData->getBufferSize()), in handleArgs() 292 if (ContentSize < NewSection.SectionData->getBufferSize()) in handleArgs() 296 It->setOwnedContents({NewSection.SectionData->getBufferStart(), in handleArgs() 297 NewSection.SectionData->getBufferEnd()}); in handleArgs()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 130 llvm::StringRef(NewSection.SectionData->getBufferStart(), in handleArgs() 131 NewSection.SectionData->getBufferSize()); in handleArgs() 133 InputData, NewSection.SectionData->getBufferIdentifier()); in handleArgs()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Decompressor.h | 49 StringRef SectionData; variable
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.h | 39 extern bool SectionData;
|
| H A D | WasmDumper.cpp | 214 if (opts::SectionData) { in printSectionHeaders()
|
| H A D | llvm-readobj.cpp | 114 bool SectionData; 232 opts::SectionData = Args.hasArg(OPT_section_data); in parseOptions() 113 bool SectionData; global() variable
|
| H A D | MachODumper.cpp | 517 if (opts::SectionData && !Section.isBSS()) in printSectionHeaders()
|
| H A D | COFFDumper.cpp | 1548 if (opts::SectionData && in printSectionHeaders() 1551 W.printBinaryBlock("SectionData", Data); in printSectionHeaders() 1970 if (opts::SectionData) in printCOFFResources()
|
| H A D | XCOFFDumper.cpp | 1233 if (opts::SectionData)
|
| H A D | ELFDumper.cpp | 7301 if (opts::SectionData && Sec.sh_type != ELF::SHT_NOBITS) { in printProgramHeaders() 7305 "SectionData", in printProgramHeaders()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 188 : SectionName(Name), SectionData(std::move(Buffer)) {} 191 std::shared_ptr<MemoryBuffer> SectionData; 198 std::shared_ptr<MemoryBuffer> SectionData; global() member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 149 StringRef SectionData(SR.getFirstBlock()->getContent().data(), in startSynthesis() local 152 MemoryBuffer::getMemBuffer(SectionData, G.getName(), false); in startSynthesis() 154 DebugLineSectionData = SectionData; in startSynthesis()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 316 Obj.NewSectionsContents.save(NewSection.SectionData->getBuffer()); in addSection() 372 if (NewSection.SectionData->getBufferSize() > Sec.Size) in updateSection() 376 Sec.Content = O.NewSectionsContents.save(NewSection.SectionData->getBuffer()); in updateSection()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 83 yaml::BinaryRef SectionData; member
|
| H A D | XCOFFYAML.h | 83 yaml::BinaryRef SectionData; 82 yaml::BinaryRef SectionData; global() member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 621 NewSection.SectionData->getBufferStart()), in handleArgs() 622 NewSection.SectionData->getBufferSize()); in handleArgs()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 2117 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory() 2118 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory() 2191 if (StringRef *SectionData = mapSectionToMember(Name)) { in DWARFObjInMemory() 2192 *SectionData = Data; in DWARFObjInMemory() 2115 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) DWARFObjInMemory() local 2189 if (StringRef *SectionData = mapSectionToMember(Name)) { DWARFObjInMemory() local
|