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 | 1120 DIObjCProperty *getObjCProperty() const { in getObjCProperty() 1121 return dyn_cast_or_null<DIObjCProperty>(getExtraData()); in getObjCProperty() 3577 class DIObjCProperty : public DINode { 3584 DIObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, 3586 ~DIObjCProperty() = default; 3588 static DIObjCProperty * 3597 static DIObjCProperty *getImpl(LLVMContext &Context, MDString *Name, 3610 DEFINE_MDNODE_GET(DIObjCProperty, 3616 DEFINE_MDNODE_GET(DIObjCProperty,
|
H A D | DIBuilder.h | 446 DIObjCProperty *createObjCProperty(StringRef Name, DIFile *File,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 2261 DIObjCProperty::DIObjCProperty(LLVMContext &C, StorageType Storage, in DIObjCProperty() function in DIObjCProperty 2267 DIObjCProperty *DIObjCProperty::getImpl( in getImpl() 2274 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl() 2277 DEFINE_GETIMPL_STORE(DIObjCProperty, (Line, Attributes), Ops); in getImpl()
|
H A D | LLVMContextImpl.h | 1216 template <> struct MDNodeKeyImpl<DIObjCProperty> { 1230 MDNodeKeyImpl(const DIObjCProperty *N) 1235 bool isKeyOf(const DIObjCProperty *RHS) const {
|
H A D | DIBuilder.cpp | 453 DIObjCProperty * 457 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
H A D | AsmWriter.cpp | 2509 static void writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, in writeDIObjCProperty()
|
H A D | Verifier.cpp | 1657 void Verifier::visitDIObjCProperty(const DIObjCProperty &N) { in visitDIObjCProperty()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 220 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
|
H A D | DwarfUnit.cpp | 448 void DwarfUnit::addSourceLine(DIE &Die, const DIObjCProperty *Ty) { in addSourceLine() 975 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 311 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 | 2199 GET_OR_DISTINCT(DIObjCProperty, in parseOneMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 372 void writeDIObjCProperty(const DIObjCProperty *N, 2254 void ModuleBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5952 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()
|