Home
last modified time | relevance | path

Searched defs:StringIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h87 uint64_t StringIndex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h181 uint32_t StringIndex; // Extra index to the string. variable
DWindowsResource.h223 uint32_t StringIndex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp229 for (auto &StringIndex : StringToIndexMap) { in doLayout() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp528 void ELFWriter::writeSymbol(SymbolTableWriter &Writer, uint32_t StringIndex, in writeSymbol()
741 unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION in computeSymbolTable() local
752 unsigned StringIndex = StrTabBuilder.getOffset(MSD.Name); in computeSymbolTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp452 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode()