HomeSort by relevance Sort by last modified time
    Searched refs:ARFILE_STRTAB_NAME (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Archive/
ArchiveInternals.h 28 #define ARFILE_STRTAB_NAME "// " ///< Name of string table
ArchiveReader.cpp 147 if (0 == memcmp(Hdr->name, ARFILE_STRTAB_NAME, 16)) {
148 pathname.assign(ARFILE_STRTAB_NAME);
Archive.cpp 99 if (path.str() == ARFILE_STRTAB_NAME)
ArchiveWriter.cpp 110 memcpy(hdr.name,ARFILE_STRTAB_NAME,16);

Completed in 69 milliseconds