Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DWriter.cpp424 DenseMap<std::pair<ObjFile *, Defined *>, uint32_t> thunkSymtabIndices; in createThunks() local
480 auto insertion = thunkSymtabIndices.insert({{file, thunk}, ~0U}); in createThunks()