Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp49 uint64_t *SecNdx, in getRelocatedValue() argument
51 if (SecNdx) in getRelocatedValue()
52 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
61 if (SecNdx) in getRelocatedValue()
62 *SecNdx = E->SectionIndex; in getRelocatedValue()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1915 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local
1919 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()
1971 size_t SecNdx = -1; in buildSectionIndex() local
1973 ++SecNdx; in buildSectionIndex()
1975 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h146 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local
149 " section with index " + Twine(SecNdx)) in describe()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp763 const unsigned SecNdx);
791 const unsigned SecNdx) override;
6387 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument
6389 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()
7193 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local
7194 printRelocationSectionInfo(Sec, Name, SecNdx); in printRelocations()
7225 const unsigned SecNdx) { in printRelocationSectionInfo() argument
7226 DictScope D(W, (Twine("Section (") + Twine(SecNdx) + ") " + Name).str()); in printRelocationSectionInfo()
8325 const unsigned SecNdx) { in printRelocationSectionInfo() argument
8327 this->W.printNumber("SectionIndex", SecNdx); in printRelocationSectionInfo()