HomeSort by relevance Sort by last modified time
    Searched refs:createFunction (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 31 * 3. Wrap Filters into FilterFunctions by calling createFunction().
64 public FilterFunction createFunction(Class filterClass, Object... parameters) {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 215 llvm::Function *createFunction(llvm::Module &module,
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 220 llvm::Function *createFunction(llvm::Module &module,
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 347 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true);
351 DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1, 0, true);
399 DIB.createFunction(CU, "foo", "foo", File, 1, SPType, false, true, 1);
  /external/swiftshader/src/Reactor/
Nucleus.hpp 63 static void createFunction(Type *ReturnType, std::vector<Type*> &Params);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 238 auto *Subprogram = DBuilder.createFunction(
424 auto *Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4, DFuncType,
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 79 return wrap(D->createFunction(unwrap<DIScope>(Scope), Name, LinkageName,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 400 /// createFunction - Create a new descriptor for the specified subprogram.
415 DISubprogram createFunction(DIDescriptor Scope, StringRef Name,
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 193 llvm::DISubprogram *ExpandedFunc = DebugInfo.createFunction(
  /external/llvm/include/llvm/IR/
DIBuilder.h 531 DISubprogram *createFunction(DIScope *Scope, StringRef Name,
540 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 580 DISubprogram *createFunction(DIScope *Scope, StringRef Name,
590 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 585 DISubprogram *createFunction(
593 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 585 DISubprogram *createFunction(
593 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 580 DISubprogram *createFunction(DIScope *Scope, StringRef Name,
590 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 585 DISubprogram *createFunction(
593 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 585 DISubprogram *createFunction(
593 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 591 DISubprogram *createFunction(
599 /// Identical to createFunction,
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp     [all...]

Completed in 1589 milliseconds

1 2 3