Searched refs:createBasicType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDIBuilder.h142 /// createBasicType - Create debugging information entry for a basic
148 DIBasicType createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp256 DIType IntType = DBuilder.createBasicType("int", 32, 0,
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp422 N = Builder.createBasicType(getTypeName(T), T->getPrimitiveSizeInBits(),
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp459 return DBuilder.createBasicType("opencl_sampler_t",
505 DBuilder.createBasicType(BTName, Size, Align, Encoding);
518 DBuilder.createBasicType("complex", Size, Align, Encoding);
/external/llvm/lib/IR/
H A DDIBuilder.cpp260 /// createBasicType - Create debugging information entry for a basic
263 DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, function in class:DIBuilder

Completed in 129 milliseconds