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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 104 /// createBasicType - Create debugging information entry for a basic
110 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
  /external/llvm/lib/Analysis/
DIBuilder.cpp 169 /// createBasicType - Create debugging information entry for a basic
171 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 411 DBuilder.createBasicType(BTName, Size, Align, Encoding);
424 DBuilder.createBasicType("complex", Size, Align, Encoding);
    [all...]

Completed in 19 milliseconds