Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp103 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex()
145 ArrayRef<std::string> Sections) { in printSectionsAsString()
163 ArrayRef<std::string> Sections) { in printSectionsAsHex()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp63 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local
135 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
151 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
247 std::vector<const Section *> Sections; in setSymbolInRelocationInfo() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp21 std::vector<Section> Sections; in create() local
H A DWasmObject.h33 std::vector<Section> Sections; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp100 StringMap<size_t> Sections; in createInternal() local
119 StringMap<size_t> Sections; in createInternal() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSpecialCaseList.h144 std::vector<Section> Sections; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
H A DXCOFFObject.h39 std::vector<Section> Sections; member
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp65 Error XCOFFDumper::dumpSections(ArrayRef<Shdr> Sections) { in dumpSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h406 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1126 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1164 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
H A DMachO.h157 SmallVector<SectionInfo, 32> Sections; variable
847 SectionList Sections; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h101 LVSections Sections; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h51 ArrayRef<std::unique_ptr<SectionBase>> Sections; variable
376 std::set<const SectionBase *, SectionCompare> Sections; variable
464 std::set<const SectionBase *, SectionCompare> Sections; variable
1025 std::vector<SecPtr> Sections; variable
H A DELFObject.cpp1738 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSectionHeaders() local
1831 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSections() local
2287 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections()
2326 std::vector<SectionBase *> Sections; in layoutSectionsForOnlyKeepDebug() local
2519 SectionTableRef Sections = Obj.sections(); in finalize() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp229 StringMap<std::unique_ptr<DebugObjectSection>> Sections; member in llvm::orc::ELFDebugObject
279 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h107 std::vector<Section> Sections; member
H A DMachOYAML.h77 std::vector<Section> Sections; member
143 std::vector<Section> Sections; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h141 SectionPair Sections; member
254 SectionList Sections; variable
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c45 static struct Section Sections[MaxSections]; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h163 typename ELFFile::Elf_Shdr_Range Sections; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp363 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp680 const auto &Sections = cantFail(EF.sections()); in readBBAddrMapImpl() local

123