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

  /external/llvm/lib/IR/
DebugInfo.cpp 175 /// isBasicType - Return true if the specified tag is legal for
177 bool DIDescriptor::isBasicType() const {
241 return isBasicType() || isCompositeType() || isDerivedType();
344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
442 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
458 return isBasicType() && DbgNode->getNumOperands() == 10;
1021 } else if (this->isBasicType()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 110 bool isBasicType() const;
289 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 578 if (Ty.isBasicType())
735 if (Ty.isBasicType())
    [all...]

Completed in 237 milliseconds