reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2932 getGetterName(), getSetterName(), getAttributes(),
lib/Bitcode/Writer/BitcodeWriter.cpp 1903 Record.push_back(N->getAttributes());
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 946 if (unsigned PropertyAttributes = Property->getAttributes())
lib/IR/AsmWriter.cpp 2184 Printer.printInt("attributes", N->getAttributes());
lib/IR/LLVMContextImpl.h1050 Attributes(N->getAttributes()), Type(N->getRawType()) {} 1056 Attributes == RHS->getAttributes() && Type == RHS->getRawType();unittests/IR/MetadataTest.cpp
2417 EXPECT_EQ(Attributes, N->getAttributes());