Home
last modified time | relevance | path

Searched defs:Sections (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp64 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local
137 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
153 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
249 std::vector<const Section *> Sections; in setSymbolInRelocationInfo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp105 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex()
160 ArrayRef<std::string> Sections, in printSectionsAsString()
182 ArrayRef<std::string> Sections, in printSectionsAsHex()
H A DXCOFFDumper.cpp482 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations()
1174 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp21 std::vector<Section> Sections; in create() local
H A DWasmObject.h34 std::vector<Section> Sections; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp57 std::vector<Section> Sections; in readSections() local
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
H A DCOFFObject.h144 std::vector<Section> Sections; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h140 StringMap<Section> Sections; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h39 std::vector<Section> Sections; member
H A DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1205 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1243 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
H A DMachO.h157 SmallVector<SectionInfo, 32> Sections; variable
852 SectionList Sections; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h108 LVSections Sections; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp223 StringMap<std::unique_ptr<DebugObjectSection>> Sections; member in llvm::orc::ELFDebugObject
268 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h51 ArrayRef<std::unique_ptr<SectionBase>> Sections; variable
379 std::set<const SectionBase *, SectionCompare> Sections; variable
469 std::set<const SectionBase *, SectionCompare> Sections; variable
1034 std::vector<SecPtr> Sections; variable
H A DELFObject.cpp1757 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSectionHeaders() local
1850 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSections() local
2307 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections()
2346 std::vector<SectionBase *> Sections; in layoutSectionsForOnlyKeepDebug() local
2545 SectionTableRef Sections = Obj.sections(); in finalize() local
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp73 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h77 std::vector<Section> Sections; member
143 std::vector<Section> Sections; member
H A DCOFFYAML.h119 std::vector<Section> Sections; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h141 SectionPair Sections; member
254 SectionList Sections; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp434 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp412 ArrayRef<typename ELFT::Shdr> Sections = in printSymbolVersion() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp796 const auto &Sections = cantFail(EF.sections()); in readBBAddrMapImpl() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h176 typename ELFFile::Elf_Shdr_Range Sections; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp827 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfAranges() local
978 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfInfo() local
1078 auto &Sections = context.getGenDwarfSectionSyms(); in emitGenDwarfRanges() local

123