reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
680 MSD.SectionIndex = Symbol.getIndex(); 802 encodeULEB128(Sym->getIndex(), W.OS); 953 unsigned Index = Entry.Symbol ? Entry.Symbol->getIndex() : 0; 1077 GroupSymbolIndex = Section->getGroup()->getIndex(); 1223 W.write<uint32_t>(CGPE.From->getSymbol().getIndex()); 1224 W.write<uint32_t>(CGPE.To->getSymbol().getIndex());lib/MC/MCAssembler.cpp
624 support::endian::write<uint32_t>(OS, SF.getSymbol()->getIndex(), Endian); 1150 OS << ", Index:" << it->getIndex() << ", ";lib/MC/MachObjectWriter.cpp
632 unsigned Index = Rel.Sym->getIndex(); 1029 W.write<uint32_t>(it->Symbol->getIndex());lib/MC/WasmObjectWriter.cpp
633 return RelEntry.Symbol->getIndex(); 1557 if (TargetSym.getIndex() == InvalidIndex) 1562 std::make_pair(Priority, TargetSym.getIndex()));lib/MC/WinCOFFObjectWriter.cpp
1041 encodeULEB128(S->getIndex(), OS);