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

  /external/llvm/include/llvm/IR/
DebugInfo.h 53 class DIObjCProperty;
753 class DIObjCProperty : public DIDescriptor {
758 explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) {}
    [all...]
DIBuilder.h 53 class DIObjCProperty;
278 DIObjCProperty createObjCProperty(StringRef Name,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 48 DIObjCProperty(DbgNode).Verify() ||
395 bool DIObjCProperty::Verify() const {
    [all...]
DIBuilder.cpp 525 DIObjCProperty
539 return DIObjCProperty(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 340 void addSourceLine(DIE &Die, DIObjCProperty Ty);
DwarfUnit.cpp 464 void DwarfUnit::addSourceLine(DIE &Die, DIObjCProperty Ty) {
    [all...]

Completed in 52 milliseconds