Lines Matching refs:MangledName
618 auto MangledName = getArm64ECMangledFunctionName(F->getName().str()); in buildGuestExitThunk() local
619 assert(MangledName && "Can't guest exit to function that's already native"); in buildGuestExitThunk()
620 std::string ThunkName = *MangledName; in buildGuestExitThunk()
637 MDString::get(M->getContext(), *MangledName))); in buildGuestExitThunk()
816 if (std::optional<std::string> MangledName = in runOnModule() local
819 F.setName(MangledName.value() + "$hp_target"); in runOnModule()
833 "EXP+" + MangledName.value()))); in runOnModule()
842 MangledName.value(), &F); in runOnModule()
918 if (std::optional<std::string> MangledName = in processFunction() local
924 Comdat *MangledComdat = M->getOrInsertComdat(MangledName.value()); in processFunction()
930 F.setName(MangledName.value()); in processFunction()