Searched refs:standardPlatformAliases (Results 1 – 6 of 6) sorted by relevance
69 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
132 static Expected<SymbolAliasMap> standardPlatformAliases(ExecutionSession &ES,
178 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
190 RuntimeAliases = standardPlatformAliases(ES); in Create()341 SymbolAliasMap COFFPlatform::standardPlatformAliases(ExecutionSession &ES) { in standardPlatformAliases() function in llvm::orc::COFFPlatform
221 auto StandardRuntimeAliases = standardPlatformAliases(ES, PlatformJD); in Create()318 ELFNixPlatform::standardPlatformAliases(ExecutionSession &ES, in standardPlatformAliases() function in llvm::orc::ELFNixPlatform
298 RuntimeAliases = standardPlatformAliases(ES); in Create()396 SymbolAliasMap MachOPlatform::standardPlatformAliases(ExecutionSession &ES) { in standardPlatformAliases() function in llvm::orc::MachOPlatform