Home
last modified time | relevance | path

Searched refs:symbolAliases (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFVCRuntimeSupport.cpp149 if (auto Err = JD.define(symbolAliases(Alias))) in initializeStaticVCRuntime()
DCOFFPlatform.cpp181 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
245 if (auto Err = JD.define(symbolAliases(std::move(CXXAliases)))) in setupJITDylib()
DELFNixPlatform.cpp133 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
DMachOPlatform.cpp291 if (auto Err = PlatformJD.define(symbolAliases(std::move(*RuntimeAliases)))) in Create()
DCore.cpp339 : R->replace(symbolAliases(std::move(Aliases))); in materialize()
/openbsd/src/gnu/llvm/llvm/docs/
DORCv2.rst390 symbolAliases(SymbolAliasMap({
396 The ``symbolAliases`` function allows you to define aliases within a single
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h817 symbolAliases(SymbolAliasMap Aliases) { in symbolAliases() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp1426 if (auto Err = JD.define(symbolAliases(std::move(SAM)))) in addAliases()