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

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6294 FS->setModulePath(getThisModule()->first());
6313 AS->setModulePath(getThisModule()->first());
6344 FS->setModulePath(getThisModule()->first());
6371 VS->setModulePath(getThisModule()->first());
6438 FS->setModulePath(ModuleIdMap[ModuleId]);
6453 AS->setModulePath(ModuleIdMap[ModuleId]);
6484 FS->setModulePath(ModuleIdMap[ModuleId]);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8713 FS->setModulePath(ModulePath);
8770 GS->setModulePath(ModulePath);
8812 AS->setModulePath(ModulePath);

Completed in 29 milliseconds