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

  /external/llvm/include/llvm/
DebugInfo.h 47 class DIObjCProperty;
638 class DIObjCProperty : public DIDescriptor {
642 explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) { }
DIBuilder.h 51 class DIObjCProperty;
260 DIObjCProperty createObjCProperty(StringRef Name,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 47 DIObjCProperty(DbgNode).Verify() ||
401 bool DIObjCProperty::Verify() const {
    [all...]
DIBuilder.cpp 505 DIObjCProperty DIBuilder::createObjCProperty(StringRef Name,
521 return DIObjCProperty(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 258 void addSourceLine(DIE *Die, DIObjCProperty Ty);
DwarfCompileUnit.cpp 316 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty) {
    [all...]

Completed in 26 milliseconds