Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp105 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex() argument
160 ArrayRef<std::string> Sections, in printSectionsAsString() argument
182 printSectionsAsHex(const object::ObjectFile & Obj,ArrayRef<std::string> Sections,bool Decompress) printSectionsAsHex() argument
H A DXCOFFDumper.cpp482 printRelocations(ArrayRef<Shdr> Sections) printRelocations() argument
1174 printSectionHeaders(ArrayRef<T> Sections) printSectionHeaders() argument
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h140 StringMap<Section> Sections; variable
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h485 getSection(typename ELFT::ShdrRange Sections,uint32_t Index) getSection() argument
717 getSectionStringTable(Elf_Shdr_Range Sections,WarningHandler WarnHandler) getSectionStringTable() argument
1205 getSHNDXTable(const Elf_Shdr & Section,Elf_Shdr_Range Sections) getSHNDXTable() argument
1243 getStringTableForSymtab(const Elf_Shdr & Sec,Elf_Shdr_Range Sections) getStringTableForSymtab() argument
[all...]
H A DMachO.h157 SmallVector<SectionInfo, 32> Sections; variable
852 SectionList Sections; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h108 LVSections Sections; variable
/freebsd-src/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-src/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; global() variable
469 std::set<const SectionBase *, SectionCompare> Sections; global() variable
1034 std::vector<SecPtr> Sections; global() variable
[all...]
H A DELFObject.cpp1757 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = readSectionHeaders() local
1850 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = readSections() local
2307 layoutSections(Range Sections,uint64_t Offset) layoutSections() argument
2346 std::vector<SectionBase *> Sections; layoutSectionsForOnlyKeepDebug() local
2545 SectionTableRef Sections = Obj.sections(); finalize() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp73 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h141 SectionPair Sections; member
254 SectionList Sections; variable
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp434 SmallVector<MDBuilder::PCSection, 1> Sections; runOn() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp412 ArrayRef<typename ELFT::Shdr> Sections = printSymbolVersion() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h176 typename ELFFile::Elf_Shdr_Range Sections; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp796 const auto &Sections = cantFail(EF.sections()); readBBAddrMapImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp354 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); ELFState() local
544 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); initProgramHeaders() local
1890 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); buildSectionIndex() local
[all...]

123