HomeSort by relevance Sort by last modified time
    Searched refs:createBasicType (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
DIBuilder.h 124 /// createBasicType - Create debugging information entry for a basic
130 DIBasicType createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 422 N = Builder.createBasicType(getTypeName(T), T->getPrimitiveSizeInBits(),
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 480 return DBuilder.createBasicType("opencl_sampler_t",
526 DBuilder.createBasicType(BTName, Size, Align, Encoding);
539 DBuilder.createBasicType("complex", Size, Align, Encoding);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 240 /// createBasicType - Create debugging information entry for a basic
243 DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]

Completed in 148 milliseconds