HomeSort by: relevance | last modified time | path
    Searched refs:StringIndex (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 80 void handleStabSymbolTableEntry(uint32_t StringIndex, uint8_t Type,
95 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, uint32_t StringIndex,
255 uint32_t StringIndex, uint8_t Type,
262 << format_hex_no_prefix(StringIndex, 8)
310 const char *Name = &MainBinaryStrings.data()[StringIndex];
400 void MachODebugMapParser::handleStabSymbolTableEntry(uint32_t StringIndex,
408 const char *Name = &MainBinaryStrings.data()[StringIndex];
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsResource.h 173 uint32_t getStringIndex() const { return StringIndex; }
197 explicit TreeNode(uint32_t StringIndex);
221 uint32_t StringIndex;
Archive.h 181 uint32_t StringIndex; // Extra index to the string.
187 , StringIndex(stri) {}
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 792 return Parent->getSymbolTable().begin() + StringIndex;
858 // t.StringIndex is an offset from the start of the __.SYMDEF or
860 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
875 // don't change the t.StringIndex as we don't want to reference a ranlib
883 t.StringIndex -= CurRanStrx;
884 t.StringIndex += NextRanStrx;
888 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1;
WindowsResource.cpp 452 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex)
453 : StringIndex(StringIndex) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 88 uint64_t StringIndex;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 308 uint32_t StringIndex;
394 Symbol.StringIndex = Entry.n_strx;
402 Symbol.StringIndex = Entry.n_strx;
645 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 172 void writeSymbol(SymbolTableWriter &Writer, uint32_t StringIndex,
522 void ELFWriter::writeSymbol(SymbolTableWriter &Writer, uint32_t StringIndex,
562 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
735 unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION
739 writeSymbol(Writer, StringIndex, MSD, Layout);
752 unsigned StringIndex = StrTabBuilder.getOffset(MSD.Name);
754 writeSymbol(Writer, StringIndex, MSD, Layout);
MachObjectWriter.cpp 381 Address = AliaseeInfo->StringIndex;
392 W.write<uint32_t>(MSD.StringIndex);
577 MSD.StringIndex = StringTable.getOffset(Symbol.getName());
603 MSD.StringIndex = StringTable.getOffset(Symbol.getName());

Completed in 28 milliseconds