Home
last modified time | relevance | path

Searched refs:NextModuleId (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp484 uint64_t NextModuleId = 0; in createCombinedModuleSummaryIndex() local
489 ExitOnErr(readModuleSummaryIndex(*MB, CombinedIndex, NextModuleId++)); in createCombinedModuleSummaryIndex()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp634 uint64_t NextModuleId = 0; in linkCombinedIndex() local
638 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) { in linkCombinedIndex()