Home
last modified time | relevance | path

Searched refs:SecIndex (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp61 unsigned SecIndex; in getSectionRefsByNameOrIndex() local
63 if (!Section.getAsInteger(0, SecIndex)) in getSectionRefsByNameOrIndex()
64 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
69 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
75 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()
80 SecIndex++; in getSectionRefsByNameOrIndex()
H A DARMEHABIPrinter.h504 Optional<unsigned> SecIndex = in PrintExceptionTable() local
506 if (ErrorOr<StringRef> Name = FunctionAtAddress(Address, SecIndex)) in PrintExceptionTable()
577 Optional<unsigned> SecIndex = in PrintIndexTable() local
579 if (ErrorOr<StringRef> Name = FunctionAtAddress(Address, SecIndex)) in PrintIndexTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp43 size_t SecIndex);
46 size_t SecIndex);
75 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) { in constructSectionCommon() argument
93 if (Expected<object::SectionRef> SecRef = Obj.getSection(SecIndex)) { in constructSectionCommon()
118 size_t SecIndex) { in constructSection() argument
119 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()
127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() argument
128 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()
H A Delf2yaml.cpp119 unsigned SecIndex = &Sec - &Sections[0]; in getUniquedSectionName() local
120 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
121 return SectionNames[SecIndex]; in getUniquedSectionName()
133 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
1122 unsigned SecIndex = Shdr - &Sections[0]; in dumpContentSection() local
1123 if (SecIndex != 0 || Shdr->sh_type != ELF::SHT_NULL) { in dumpContentSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp117 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() local
152 << ", align: " << NSec.Alignment << ", index: " << SecIndex in createNormalizedSections()
193 IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec))); in createNormalizedSections()
396 auto SecIndex = KV.first; in graphifyRegularSymbols() local
423 auto &SecNSymStack = SecIndexToSymbols[SecIndex]; in graphifyRegularSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1146 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local
1147 write(SecIndex); in writeObject()