Searched refs:standardPlatformAliases (Results 1 – 6 of 6) sorted by relevance
69 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
118 static Expected<SymbolAliasMap> standardPlatformAliases(ExecutionSession &ES,
171 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
130 auto StandardRuntimeAliases = standardPlatformAliases(ES, PlatformJD); in Create()216 ELFNixPlatform::standardPlatformAliases(ExecutionSession &ES, in standardPlatformAliases() function in llvm::orc::ELFNixPlatform
194 RuntimeAliases = standardPlatformAliases(ES); in Create()344 SymbolAliasMap COFFPlatform::standardPlatformAliases(ExecutionSession &ES) { in standardPlatformAliases() function in llvm::orc::COFFPlatform
310 RuntimeAliases = standardPlatformAliases(ES); in Create()409 SymbolAliasMap MachOPlatform::standardPlatformAliases(ExecutionSession &ES) { in standardPlatformAliases() function in llvm::orc::MachOPlatform