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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeWriter.h 69 void copyStrtab(StringRef Strtab);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
llvm-modextract.cpp 65 Writer.copyStrtab(Ms[ModuleIndex].getStrtab());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
llvm-cat.cpp 66 Writer.copyStrtab(BitcodeMod.getStrtab());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4595 void BitcodeWriter::copyStrtab(StringRef Strtab) {

Completed in 98 milliseconds