Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h97 std::vector<std::pair<size_t, size_t>> ModuleSymIndices; variable
152 const auto &Indices = ModuleSymIndices[I]; in module_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp385 File->ModuleSymIndices.push_back({Begin, File->Symbols.size()}); in create()