Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp116 DenseMap<Symbol *, ThunkInfo> lld::macho::thunkMap; member in lld::macho
140 ThunkInfo &thunkInfo = thunkMap[sym]; in needsThunks()
164 for (auto &tp : thunkMap) { in estimateStubsInRangeVA()
179 log("thunks = " + std::to_string(thunkMap.size()) + in estimateStubsInRangeVA()
261 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
315 ": funcs = " + std::to_string(thunkMap.size()) + in finalize()
H A DConcatOutputSection.h91 extern llvm::DenseMap<Symbol *, ThunkInfo> thunkMap;