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

  /external/llvm/include/llvm/
DIBuilder.h 48 class DIObjCProperty;
246 DIObjCProperty createObjCProperty(StringRef Name,
DebugInfo.h 46 class DIObjCProperty;
678 class DIObjCProperty : public DIDescriptor {
682 explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) { }
  /external/llvm/lib/IR/
DebugInfo.cpp 64 DIObjCProperty(DbgNode).Verify() ||
424 bool DIObjCProperty::Verify() const {
1034 DIObjCProperty(DbgNode).printInternal(OS);
    [all...]
DIBuilder.cpp 423 DIObjCProperty DIBuilder::createObjCProperty(StringRef Name,
439 return DIObjCProperty(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 258 void addSourceLine(DIE *Die, DIObjCProperty Ty);
DwarfCompileUnit.cpp 306 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty) {
    [all...]

Completed in 2213 milliseconds