Searched refs:MDObjCProperty (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h366 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; }
H A DDebugInfoMetadata.h755 MDObjCProperty *getObjCProperty() const {
756 return dyn_cast_or_null<MDObjCProperty>(getExtraData());
2083 class MDObjCProperty : public DebugNode { class in namespace:llvm
2090 MDObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, function in class:llvm::MDObjCProperty
2095 ~MDObjCProperty() = default;
2097 static MDObjCProperty *
2106 static MDObjCProperty *getImpl(LLVMContext &Context, MDString *Name,
2119 DEFINE_MDNODE_GET(MDObjCProperty,
2125 DEFINE_MDNODE_GET(MDObjCProperty,
H A DDIBuilder.h241 MDObjCProperty *createObjCProperty(StringRef Name, MDFile *File,
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp530 MDObjCProperty *MDObjCProperty::getImpl(
537 DEFINE_GETIMPL_LOOKUP(MDObjCProperty,
541 DEFINE_GETIMPL_STORE(MDObjCProperty, (Line, Attributes), Ops);
H A DLLVMContextImpl.h774 template <> struct MDNodeKeyImpl<MDObjCProperty> {
788 MDNodeKeyImpl(const MDObjCProperty *N)
793 bool isKeyOf(const MDObjCProperty *RHS) const {
H A DDIBuilder.cpp325 MDObjCProperty *
329 return MDObjCProperty::get(VMContext, Name, File, LineNumber, GetterName,
H A DAsmWriter.cpp1772 static void writeMDObjCProperty(raw_ostream &Out, const MDObjCProperty *N,
1775 Out << "!MDObjCProperty(";
H A DVerifier.cpp1084 void Verifier::visitMDObjCProperty(const MDObjCProperty &N) {
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1917 auto *N = MDObjCProperty::get(Context, Name, File, Line, GetterName,
1928 EXPECT_EQ(N, MDObjCProperty::get(Context, Name, File, Line, GetterName,
1931 EXPECT_NE(N, MDObjCProperty::get(Context, "other", File, Line, GetterName,
1933 EXPECT_NE(N, MDObjCProperty::get(Context, Name, getFile(), Line, GetterName,
1935 EXPECT_NE(N, MDObjCProperty::get(Context, Name, File, Line + 1, GetterName,
1937 EXPECT_NE(N, MDObjCProperty::get(Context, Name, File, Line, "other",
1939 EXPECT_NE(N, MDObjCProperty::get(Context, Name, File, Line, GetterName,
1941 EXPECT_NE(N, MDObjCProperty::get(Context, Name, File, Line, GetterName,
1943 EXPECT_NE(N, MDObjCProperty::get(Context, Name, File, Line, GetterName,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1058 } else if (DIObjCProperty Property = dyn_cast<MDObjCProperty>(Element)) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1108 static void WriteMDObjCProperty(const MDObjCProperty *N,
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1946 GET_OR_DISTINCT(MDObjCProperty, Record[0],
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3764 /// ::= !MDObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo",
3778 Result = GET_OR_DISTINCT(MDObjCProperty,

Completed in 74 milliseconds