Searched refs:ModuleSymIndices (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h118 std::vector<std::pair<size_t, size_t>> ModuleSymIndices; member in class:llvm::lto::InputFile
182 const auto &Indices = ModuleSymIndices[I];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp472 File->ModuleSymIndices.push_back({Begin, File->Symbols.size()});

Completed in 127 milliseconds