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

  /external/llvm/include/llvm/IR/
DIBuilder.h 33 class DIBasicType;
137 DIBasicType createUnspecifiedType(StringRef Name);
140 DIBasicType createNullPtrType();
148 DIBasicType createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
DebugInfo.h 346 /// DIBasicType - A basic type, like 'int' or 'float'.
347 class DIBasicType : public DIType {
349 explicit DIBasicType(const MDNode *N = nullptr) : DIType(N) {}
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 41 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
159 /// DIBasicType.
473 return DIBasicType(DbgNode).Verify();
483 bool DIBasicType::Verify() const {
    [all...]
DIBuilder.cpp 236 DIBasicType DIBuilder::createUnspecifiedType(StringRef Name) {
238 // Unspecified types are encoded in DIBasicType format. Line number, filename,
252 return DIBasicType(MDNode::get(VMContext, Elts));
256 DIBasicType DIBuilder::createNullPtrType() {
262 DIBasicType
266 // Basic types are encoded in DIBasicType format. Line number, filename,
280 return DIBasicType(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 462 /// constructTypeDIE - Construct basic type die from DIBasicType.
463 void constructTypeDIE(DIE &Buffer, DIBasicType BTy);
DwarfUnit.cpp 775 DIBasicType BTy(Ty);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 80 milliseconds