Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp394 StringRef thunkName = saver().save(funcSym->getName() + ".thunk." + in finalize() local
398 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
404 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
H A DICF.cpp273 std::string thunkName; in getThunkTargetSymbol() local
275 thunkName = isec->getName().str() + ".icf.0"; in getThunkTargetSymbol()
277 thunkName = isec->getName().str() + "icf.thunk.target" + in getThunkTargetSymbol()
281 auto *sym = make<Defined>(thunkName, /*file=*/nullptr, isec, in getThunkTargetSymbol()