Searched refs:NameIdx (Results 1 – 4 of 4) sorted by relevance
128 unsigned NameIdx; // Index in .strtab of name, once emitted. member138 ELFSym() : SourceType(isOther), NameIdx(0), Value(0), in ELFSym()169 unsigned NameIdx; // sh_name - .shstrtab idx of name, once emitted.
850 SymbolTable.emitWord32(Sym.NameIdx); in EmitSymbol()857 SymbolTable.emitWord32(Sym.NameIdx); in EmitSymbol()870 SHdrTab.emitWord32(SHdr.NameIdx); in EmitSectionHeader()918 Sym.NameIdx = 0; in EmitStringTable()920 Sym.NameIdx = Index; in EmitStringTable()1018 S.NameIdx = Index; in EmitSectionTableStringTable()
37 const uint32_t NameIdx; variable423 return RegClassStrings + Class->NameIdx; in getRegClassName()
594 uint32_t NameIdx; in readOneFunctionProfile() local595 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()598 StringRef Name(Names[NameIdx]); in readOneFunctionProfile()