Searched refs:DIObjCProperty (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.def | 112 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIObjCProperty)
|
| H A D | DebugInfoMetadata.h | 1425 DIObjCProperty *getObjCProperty() const { in getObjCProperty() 1426 return dyn_cast_or_null<DIObjCProperty>(getExtraData()); in getObjCProperty() 4192 class DIObjCProperty : public DINode { 4199 DIObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, 4201 ~DIObjCProperty() = default; 4203 static DIObjCProperty * 4212 LLVM_ABI static DIObjCProperty * 4224 DEFINE_MDNODE_GET(DIObjCProperty, 4230 DEFINE_MDNODE_GET(DIObjCProperty,
|
| H A D | DIBuilder.h | 517 LLVM_ABI DIObjCProperty *
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 226 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
|
| H A D | DwarfUnit.cpp | 488 void DwarfUnit::addSourceLine(DIE &Die, const DIObjCProperty *Ty) { in addSourceLine() 1098 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 2539 DIObjCProperty::DIObjCProperty(LLVMContext &C, StorageType Storage, in DIObjCProperty() function in DIObjCProperty 2545 DIObjCProperty *DIObjCProperty::getImpl( in getImpl() 2552 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl() 2555 DEFINE_GETIMPL_STORE(DIObjCProperty, (Line, Attributes), Ops); in getImpl()
|
| H A D | LLVMContextImpl.h | 1395 template <> struct MDNodeKeyImpl<DIObjCProperty> { 1409 MDNodeKeyImpl(const DIObjCProperty *N) 1414 bool isKeyOf(const DIObjCProperty *RHS) const {
|
| H A D | DIBuilder.cpp | 525 DIObjCProperty * 529 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
| H A D | AsmWriter.cpp | 2672 static void writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, in writeDIObjCProperty()
|
| H A D | Verifier.cpp | 1728 void Verifier::visitDIObjCProperty(const DIObjCProperty &N) { in visitDIObjCProperty()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 320 void writeDIObjCProperty(const DIObjCProperty *N, 1677 void DXILBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2317 GET_OR_DISTINCT(DIObjCProperty, in parseOneMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 404 void writeDIObjCProperty(const DIObjCProperty *N, 2397 void ModuleBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6252 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()
|