Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp63 std::vector<std::unique_ptr<Section>> Sections; extractSections() local
135 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = readLoadCommands() local
151 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = readLoadCommands() local
247 std::vector<const Section *> Sections; setSymbolInRelocationInfo() local
[all...]
/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()
177 ArrayRef<std::string> Sections, in printSectionsAsHex()
H A DXCOFFDumper.cpp488 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations()
1191 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.h142 std::vector<Section> Sections; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp97 StringMap<size_t> Sections; createInternal() local
116 StringMap<size_t> Sections; createInternal() local
/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/MC/
H A DMCAssembler.h69 SectionListType Sections; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h108 LVSections Sections; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h533 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
765 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1253 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1291 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
H A DMachO.h157 SmallVector<SectionInfo, 32> Sections; variable
853 SectionList 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/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/ObjCopy/ELF/
H A DELFObject.h51 ArrayRef<std::unique_ptr<SectionBase>> Sections; variable
387 std::vector<const SectionBase *> Sections; variable
585 std::set<const SectionBase *, SectionCompare> Sections; variable
1158 std::vector<SecPtr> Sections; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp78 DenseMap<StringRef, SectionRef> Sections; global() member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp417 ArrayRef<typename ELFT::Shdr> Sections = in printSymbolVersion() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp442 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h176 typename ELFFile::Elf_Shdr_Range Sections; variable

123