Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h119 std::vector<std::pair<size_t, size_t>> ModuleSymIndices; variable
185 const auto &Indices = ModuleSymIndices[I]; in module_symbols()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp496 File->ModuleSymIndices.push_back({Begin, File->Symbols.size()}); in create()