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

  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 518 auto ModuleCount = Index.modulePaths().size();
546 auto ModuleCount = Index.modulePaths().size();
568 auto ModuleCount = Index.modulePaths().size();
591 auto ModuleCount = Index.modulePaths().size();
615 auto ModuleCount = Index.modulePaths().size();
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 346 for (auto &ModPath : Index.modulePaths()) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 2614 milliseconds