|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/ObjectFile.h 99 uint64_t getIndex() const;
References
lib/DebugInfo/DWARF/DWARFContext.cpp 1323 Ret.SectionIndex = RSec->getIndex();
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 327 return Sec.getIndex();
tools/lld/COFF/Chunks.cpp 641 return s.getIndex() + 1;
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 466 {Section.getAddress(), Section.getIndex()});
tools/llvm-objdump/llvm-objdump.cpp 1423 {SectionAddr + Index + VMAAdjustment, Section.getIndex()},
tools/llvm-rtdyld/llvm-rtdyld.cpp 459 Address.SectionIndex = Sec->getIndex();
465 Address.SectionIndex = SecOrErr.get()->getIndex();