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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 567 auto ModId = getModuleId(ModIt.first);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1387 uint64_t getModuleId(const StringRef ModPath) const {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4174 NameVals.push_back(Index.getModuleId(VS->modulePath()));
4227 NameVals.push_back(Index.getModuleId(FS->modulePath()));
4287 NameVals.push_back(Index.getModuleId(AS->modulePath()));

Completed in 20 milliseconds