Home
last modified time | relevance | path

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

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