Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h128 unsigned NameIdx; // Index in .strtab of name, once emitted. member
138 ELFSym() : SourceType(isOther), NameIdx(0), Value(0), in ELFSym()
169 unsigned NameIdx; // sh_name - .shstrtab idx of name, once emitted.
DELFWriter.cpp850 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()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h37 const uint32_t NameIdx; variable
423 return RegClassStrings + Class->NameIdx; in getRegClassName()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp594 uint32_t NameIdx; in readOneFunctionProfile() local
595 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
598 StringRef Name(Names[NameIdx]); in readOneFunctionProfile()