Searched refs:DIObjCProperty (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.def | 112 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIObjCProperty)
|
| H A D | DebugInfoMetadata.h | 1072 DIObjCProperty *getObjCProperty() const { in getObjCProperty() 1073 return dyn_cast_or_null<DIObjCProperty>(getExtraData()); in getObjCProperty() 3398 class DIObjCProperty : public DINode { 3405 DIObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, 3407 ~DIObjCProperty() = default; 3409 static DIObjCProperty * 3418 static DIObjCProperty *getImpl(LLVMContext &Context, MDString *Name, 3431 DEFINE_MDNODE_GET(DIObjCProperty, 3437 DEFINE_MDNODE_GET(DIObjCProperty,
|
| H A D | DIBuilder.h | 412 DIObjCProperty *createObjCProperty(StringRef Name, DIFile *File,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 2074 DIObjCProperty::DIObjCProperty(LLVMContext &C, StorageType Storage, in DIObjCProperty() function in DIObjCProperty 2080 DIObjCProperty *DIObjCProperty::getImpl( in getImpl() 2087 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl() 2090 DEFINE_GETIMPL_STORE(DIObjCProperty, (Line, Attributes), Ops); in getImpl()
|
| H A D | LLVMContextImpl.h | 1202 template <> struct MDNodeKeyImpl<DIObjCProperty> { 1216 MDNodeKeyImpl(const DIObjCProperty *N) 1221 bool isKeyOf(const DIObjCProperty *RHS) const {
|
| H A D | DIBuilder.cpp | 426 DIObjCProperty * 430 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
| H A D | AsmWriter.cpp | 2422 static void writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, in writeDIObjCProperty()
|
| H A D | Verifier.cpp | 1613 void Verifier::visitDIObjCProperty(const DIObjCProperty &N) { in visitDIObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 218 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
|
| H A D | DwarfUnit.cpp | 447 void DwarfUnit::addSourceLine(DIE &Die, const DIObjCProperty *Ty) { in addSourceLine() 942 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 311 void writeDIObjCProperty(const DIObjCProperty *N, 1678 void DXILBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2182 GET_OR_DISTINCT(DIObjCProperty, in parseOneMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 362 void writeDIObjCProperty(const DIObjCProperty *N, 2163 void ModuleBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5674 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()
|