Home
last modified time | relevance | path

Searched refs:DIObjCProperty (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.def112 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIObjCProperty)
H A DDebugInfoMetadata.h1120 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 DDIBuilder.h446 DIObjCProperty *createObjCProperty(StringRef Name, DIFile *File,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2261 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 DLLVMContextImpl.h1216 template <> struct MDNodeKeyImpl<DIObjCProperty> {
1230 MDNodeKeyImpl(const DIObjCProperty *N)
1235 bool isKeyOf(const DIObjCProperty *RHS) const {
H A DDIBuilder.cpp453 DIObjCProperty *
457 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
H A DAsmWriter.cpp2509 static void writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, in writeDIObjCProperty()
H A DVerifier.cpp1657 void Verifier::visitDIObjCProperty(const DIObjCProperty &N) { in visitDIObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h220 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
H A DDwarfUnit.cpp448 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 DDXILBitcodeWriter.cpp311 void writeDIObjCProperty(const DIObjCProperty *N,
1677 void DXILBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2199 GET_OR_DISTINCT(DIObjCProperty, in parseOneMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp372 void writeDIObjCProperty(const DIObjCProperty *N,
2254 void ModuleBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5952 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()