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

  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 41 unsigned offset = TheArchive->getFirstFileOffset() + I->second;
  /external/llvm/include/llvm/Bitcode/
Archive.h 338 /// the getFirstFileOffset() to obtain that offset and add this value to the
353 unsigned getFirstFileOffset() { return firstFileOffset; }
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 338 unsigned offset = TheArchive->getFirstFileOffset() + I->second;

Completed in 3561 milliseconds