HomeSort by: relevance | last modified time | path
    Searched defs:IFunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 1090 report_fatal_error("Global ifunc already cloned");
1304 LLVMValueRef IFunc = LLVMGetNamedGlobalIFunc(M, Name, NameLen);
1305 if (!IFunc)
1306 report_fatal_error("Global ifunc must have been declared already");
1309 LLVMSetGlobalIFuncResolver(IFunc, clone_constant(Resolver, M));
1312 LLVMSetLinkage(IFunc, LLVMGetLinkage(Cur));
1313 LLVMSetUnnamedAddress(IFunc, LLVMGetUnnamedAddress(Cur));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 349 llvm_unreachable("Not an alias or ifunc?");
1159 // cpu_specific gets the current name, dispatch gets the resolver if IFunc is
2847 // IFunc like an alias whose value is resolved at runtime by calling resolver.
3397 auto *IFunc = cast<llvm::GlobalIFunc>(GetOrCreateLLVMFunction(
3401 DeclTy, 0, getFunctionLinkage(GD), AliasName, IFunc, &getModule());
3415 // Holds the name of the resolver, in ifunc mode this is the ifunc (which has
3419 ResolverName += ".ifunc";
3427 // Since this is the first time we've created this IFunc, make sure
3471 // the iFunc instead. Name Mangling will handle the rest of the changes
    [all...]

Completed in 18 milliseconds