Home
last modified time | relevance | path

Searched refs:mangleAndIntern (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithInitializers/
DLLJITWithInitializers.cpp82 {{J->mangleAndIntern("InitializersRunFlag"), in main()
84 {J->mangleAndIntern("DeinitializersRunFlag"), in main()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp137 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 …]
DOrcV2CBindings.cpp467 unwrap(J)->mangleAndIntern(UnmangledName))); in LLVMOrcLLJITMangleAndIntern()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h184 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern() function