Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp115 DenseMap<Symbol *, ThunkInfo> lld::macho::thunkMap; member in lld::macho
158 ThunkInfo &thunkInfo = thunkMap[sym]; in needsThunks()
178 for (auto &tp : thunkMap) { in estimateBranchTargetThresholdVA()
243 log("thunks = " + std::to_string(thunkMap.size()) + in estimateBranchTargetThresholdVA()
353 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
418 ": funcs = " + std::to_string(thunkMap.size()) + in finalize()
H A DConcatOutputSection.h116 extern llvm::DenseMap<Symbol *, ThunkInfo> thunkMap;
H A DDriver.cpp1556 thunkMap.clear(); in link()