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

  /external/llvm/include/llvm/IR/
DebugInfo.h 366 MDObjCProperty *N;
369 DIObjCProperty(const MDObjCProperty *N = nullptr)
370 : N(const_cast<MDObjCProperty *>(N)) {}
372 operator MDObjCProperty *() const { return N; }
373 MDObjCProperty *operator->() const { return N; }
374 MDObjCProperty &operator*() const { return *N; }
DebugInfoMetadata.h 755 MDObjCProperty *getObjCProperty() const {
756 return dyn_cast_or_null<MDObjCProperty>(getExtraData());
    [all...]
DIBuilder.h 241 MDObjCProperty *createObjCProperty(StringRef Name, MDFile *File,
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 530 MDObjCProperty *MDObjCProperty::getImpl(
537 DEFINE_GETIMPL_LOOKUP(MDObjCProperty,
541 DEFINE_GETIMPL_STORE(MDObjCProperty, (Line, Attributes), Ops);
LLVMContextImpl.h 774 template <> struct MDNodeKeyImpl<MDObjCProperty> {
788 MDNodeKeyImpl(const MDObjCProperty *N)
793 bool isKeyOf(const MDObjCProperty *RHS) const {
    [all...]
DIBuilder.cpp 325 MDObjCProperty *
329 return MDObjCProperty::get(VMContext, Name, File, LineNumber, GetterName,
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 145 milliseconds