Searched refs:thunkName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 394 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 D | ICF.cpp | 273 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()
|