Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
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()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFEmitter.cpp1795 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local
1799 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()
1851 size_t SecNdx = -1; in buildSectionIndex() local
1853 ++SecNdx; in buildSectionIndex()
1855 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DELF.h144 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local
147 " section with index " + Twine(SecNdx)) in describe()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp5853 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument
5855 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()
6640 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local
6641 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations()