/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 63 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 D | ObjDumper.cpp | 105 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex() 160 ArrayRef<std::string> Sections, in printSectionsAsString() 177 ArrayRef<std::string> Sections, in printSectionsAsHex()
|
H A D | XCOFFDumper.cpp | 488 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 D | WasmReader.cpp | 21 std::vector<Section> Sections; in create() local
|
H A D | WasmObject.h | 34 std::vector<Section> Sections; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 57 std::vector<Section> Sections; in readSections() local 87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
|
H A D | COFFObject.h | 144 std::vector<Section> Sections; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h | 142 std::vector<Section> Sections; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 97 StringMap<size_t> Sections; createInternal() local 116 StringMap<size_t> Sections; createInternal() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 39 std::vector<Section> Sections; member
|
H A D | XCOFFReader.cpp | 18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 69 SectionListType Sections; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 108 LVSections Sections; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 533 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 D | MachO.h | 157 SmallVector<SectionInfo, 32> Sections; variable 853 SectionList Sections; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 223 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 D | InstrumentationMap.cpp | 73 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 77 std::vector<Section> Sections; member 143 std::vector<Section> Sections; member
|
H A D | COFFYAML.h | 119 std::vector<Section> Sections; member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 141 SectionPair Sections; member 254 SectionList Sections; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 51 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 D | BTFParser.cpp | 78 DenseMap<StringRef, SectionRef> Sections; global() member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 417 ArrayRef<typename ELFT::Shdr> Sections = in printSymbolVersion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 442 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 176 typename ELFFile::Elf_Shdr_Range Sections; variable
|