Home
last modified time | relevance | path

Searched refs:SecNdx (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp16 uint64_t *SecNdx, in getRelocatedValue() argument
18 if (SecNdx) in getRelocatedValue()
19 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
26 if (SecNdx) in getRelocatedValue()
27 *SecNdx = E->SectionIndex; in getRelocatedValue()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp47 uint64_t *SecNdx, in getRelocatedValue() argument
49 if (SecNdx) in getRelocatedValue()
50 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
59 if (SecNdx) in getRelocatedValue()
60 *SecNdx = E->SectionIndex; in getRelocatedValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp410 size_t SecNdx = -1; in initSectionHeaders() local
417 ++SecNdx; in initSectionHeaders()
419 if (SecNdx == 0 && Sec->IsImplicit) in initSectionHeaders()
426 Elf_Shdr &SHeader = SHeaders[SecNdx]; in initSectionHeaders()
445 if (SecNdx == 0) { in initSectionHeaders()
1329 size_t SecNdx = -1; in buildSectionIndex() local
1335 ++SecNdx; in buildSectionIndex()
1346 if (!SN2I.addName(C->Name, SecNdx)) in buildSectionIndex()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1770 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local
1774 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()
1826 size_t SecNdx = -1; in buildSectionIndex() local
1828 ++SecNdx; in buildSectionIndex()
1830 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp442 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local
445 " section with index " + Twine(SecNdx)) in describe()
5663 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument
5665 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()
6376 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local
6377 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations()