Lines Matching refs:mangleAndIntern
137 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = in GenericLLVMIRPlatformSupport()
140 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = in GenericLLVMIRPlatformSupport()
157 PerJDInterposes[J.mangleAndIntern("__lljit.run_atexits_helper")] = in setupJITDylib()
313 auto LLJITRunAtExits = J.mangleAndIntern("__lljit_run_atexits"); in getDeinitializers()
637 HelperSymbols[J.mangleAndIntern("__lljit.platform_support_instance")] = in MachOPlatformSupport()
639 HelperSymbols[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = in MachOPlatformSupport()
642 HelperSymbols[J.mangleAndIntern("__lljit.run_atexits_helper")] = in MachOPlatformSupport()
647 HelperSymbols[J.mangleAndIntern("__lljit.dlopen_helper")] = in MachOPlatformSupport()
650 HelperSymbols[J.mangleAndIntern("__lljit.dlclose_helper")] = in MachOPlatformSupport()
653 HelperSymbols[J.mangleAndIntern("__lljit.dlsym_helper")] = in MachOPlatformSupport()
656 HelperSymbols[J.mangleAndIntern("__lljit.dlerror_helper")] = in MachOPlatformSupport()
845 auto MangledName = J.mangleAndIntern(Name); in jit_dlsym()