Searched refs:mangleAndIntern (Results 1 – 4 of 4) sorted by relevance
82 {{J->mangleAndIntern("InitializersRunFlag"), in main()84 {J->mangleAndIntern("DeinitializersRunFlag"), in main()
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()[all …]
467 unwrap(J)->mangleAndIntern(UnmangledName))); in LLVMOrcLLJITMangleAndIntern()
184 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern() function