Searched defs:lookupTarget (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DTargetRegistry.cpp25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName, function in class:TargetRegistry
52 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
64 const Target *TargetRegistry::lookupTarget(const std::string &TT, function in class:TargetRegistry
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTargetRegistry.cpp26 const Target *TargetRegistry::lookupTarget(const std::string &TT, function in class:TargetRegistry
87 const Target *TheTarget = lookupTarget(sys::getHostTriple(), Error);
/external/r8/src/main/java/com/android/tools/r8/optimize/
H A DMemberRebindingAnalysis.java109 Function<DexMethod, DexEncodedMethod> lookupTarget,
123 DexEncodedMethod target = lookupTarget.apply(method);
143 assert lookupTarget.apply(method) == bridgeMethod;
108 computeMethodRebinding(Set<DexMethod> methods, Function<DexMethod, DexEncodedMethod> lookupTarget, BiFunction<DexClass, DexMethod, DexEncodedMethod> lookupTargetOnClass, BiConsumer<DexProgramClass, DexEncodedMethod> addMethod) argument

Completed in 285 milliseconds