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

1 2

  /external/llvm/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 1 //===- llvm/unittest/TypeBuilderTest.cpp - TypeBuilder tests --------------===//
10 #include "llvm/IR/TypeBuilder.h"
20 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, true>::get(Context)));
21 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, false>::get(Context)));
24 (TypeBuilder<void *, false>::get(Context)));
26 (TypeBuilder<const void *, false>::get(Context)));
28 (TypeBuilder<volatile void *, false>::get(Context)));
30 (TypeBuilder<const volatile void *, false>::get(Context)));
36 (TypeBuilder<int8_t, false>::get(Context)));
38 (TypeBuilder<uint8_t, false>::get(Context)))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TypeBuilder.h 1 //===---- llvm/Support/TypeBuilder.h - Builder for LLVM types ---*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
51 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
TypeBuilderTest.cpp 1 //===- llvm/unittest/Support/TypeBuilderTest.cpp - TypeBuilder tests -----===//
10 #include "llvm/Support/TypeBuilder.h"
21 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext())));
22 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext())));
25 (TypeBuilder<void*, false>::get(getGlobalContext())));
27 (TypeBuilder<const void*, false>::get(getGlobalContext())));
29 (TypeBuilder<volatile void*, false>::get(getGlobalContext())));
31 (TypeBuilder<const volatile void*, false>::get(
36 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext())));
37 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<uint8_t, false>::get(getGlobalContext())))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
TypeBuilder.h 1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
10 // This file defines the TypeBuilder class, which is used as a convenient way to
24 /// TypeBuilder - This provides a uniform API for looking up types
27 /// ieee_float, ppc_fp128, etc. TypeBuilder<T, false> allows T to be
30 /// these. TypeBuilder<T, true> removes native C types from this set
49 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
51 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
57 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
63 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
64 /// TypeBuilder<types::i<32>*, xcompile>::get(Context)
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcTestCommon.h 22 #include "llvm/IR/TypeBuilder.h"
71 TypeBuilder<FuncType, false>::get(M->getContext()),
88 // TypeBuilder specialization for DummyStruct.
90 class TypeBuilder<DummyStruct, XCompile> {
94 TypeBuilder<types::i<32>[256], XCompile>::get(Context), nullptr);
  /external/libyuv/files/tools/ubsan/
vptr_blacklist.txt 30 type:*TypeBuilder*
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 29 #include "llvm/Support/TypeBuilder.h"
299 TypeBuilder<int(int), false>::get(Context),
305 TypeBuilder<int(), false>::get(Context),
311 ConstantInt::get(TypeBuilder<int, false>::get(Context), 7));
326 cast<FunctionType>(TypeBuilder<void(void), false>::get(Context));
383 cast<FunctionType>(TypeBuilder<int(), false>::get(Context));
398 Builder.CreateRet(ConstantInt::get(TypeBuilder<int, false>::get(Context),42));
549 Function *F = Function::Create(TypeBuilder<int(void), false>::get(Context),
553 Value *Val = ConstantInt::get(TypeBuilder<int, false>::get(Context), 1);
566 Val = ConstantInt::get(TypeBuilder<int, false>::get(Context), 2)
    [all...]
JITEventListenerTest.cpp 18 #include "llvm/Support/TypeBuilder.h"
80 TypeBuilder<int32_t(int32_t), false>::get(getGlobalContext()),
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 27 #include "llvm/IR/TypeBuilder.h"
51 TypeBuilder<FuncType, false>::get(Context),
112 TypeBuilder<FuncType, false>::get(Context),
139 Type *GlobalTy = TypeBuilder<types::i<32>, true>::get(Context);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 62 #include "llvm/Support/TypeBuilder.h"
374 template<bool xcompile> class TypeBuilder<PathProfilingFunctionTable,
379 TypeBuilder<types::i<32>, xcompile>::get(C), // type
380 TypeBuilder<types::i<32>, xcompile>::get(C), // array size
381 TypeBuilder<types::i<8>*, xcompile>::get(C), // array/hash ptr
386 typedef TypeBuilder<PathProfilingFunctionTable, true>
    [all...]
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 121 struct TypeBuilder {
133 TypeBuilder(flatbuffers::FlatBufferBuilder &_fbb)
137 TypeBuilder &operator=(const TypeBuilder &);
150 TypeBuilder builder_(_fbb);

Completed in 2158 milliseconds

1 2