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

  /external/llvm/include/llvm/
DIBuilder.h 42 class DISubrange;
400 DISubrange getOrCreateSubrange(int64_t Lo, int64_t Count);
DebugInfo.h 136 /// DISubrange - This is used to represent ranges, for array bounds.
137 class DISubrange : public DIDescriptor {
141 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {}
  /external/llvm/lib/IR/
DebugInfo.cpp 63 DISubrange(DbgNode).Verify() || DIEnumerator(DbgNode).Verify() ||
553 bool DISubrange::Verify() const {
1014 DISubrange(DbgNode).printInternal(OS);
1040 void DISubrange::printInternal(raw_ostream &OS) const {
    [all...]
DIBuilder.cpp 789 DISubrange DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) {
796 return DISubrange(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 352 /// constructSubrangeDIE - Construct subrange DIE from DISubrange.
353 void constructSubrangeDIE(DIE &Buffer, DISubrange SR, DIE *IndexTy);
DwarfCompileUnit.cpp     [all...]

Completed in 85 milliseconds