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.h1425 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 DDIBuilder.h517 LLVM_ABI DIObjCProperty *
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h226 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
H A DDwarfUnit.cpp488 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 DDebugInfoMetadata.cpp2539 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 DLLVMContextImpl.h1395 template <> struct MDNodeKeyImpl<DIObjCProperty> {
1409 MDNodeKeyImpl(const DIObjCProperty *N)
1414 bool isKeyOf(const DIObjCProperty *RHS) const {
H A DDIBuilder.cpp525 DIObjCProperty *
529 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
H A DAsmWriter.cpp2672 static void writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, in writeDIObjCProperty()
H A DVerifier.cpp1728 void Verifier::visitDIObjCProperty(const DIObjCProperty &N) { in visitDIObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp320 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.cpp2317 GET_OR_DISTINCT(DIObjCProperty, in parseOneMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp404 void writeDIObjCProperty(const DIObjCProperty *N,
2397 void ModuleBitcodeWriter::writeDIObjCProperty(const DIObjCProperty *N, in writeDIObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6252 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()