Home
last modified time | relevance | path

Searched refs:getMetadataID (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h187 switch (MD->getMetadataID()) { in classof()
358 return MD->getMetadataID() == DISubrangeKind; in classof()
505 switch (MD->getMetadataID()) { in classof()
635 return MD->getMetadataID() == DIFileKind; in classof()
752 switch (MD->getMetadataID()) { in classof()
832 return MD->getMetadataID() == DIBasicTypeKind; in classof()
2369 return MD->getMetadataID() == DIModuleKind; in classof()
3197 return MD->getMetadataID() == DILabelKind;
3423 switch (MD->getMetadataID()) {
3478 return MD->getMetadataID() == DIMacroKind;
[all …]
H A DMetadata.h102 unsigned getMetadataID() const { return SubclassID; } in getMetadataID() function
159 return MD.getMetadataID() == Metadata::CLASS##Kind; \
407 return MD->getMetadataID() == LocalAsMetadataKind || in classof()
408 MD->getMetadataID() == ConstantAsMetadataKind; in classof()
432 return MD->getMetadataID() == ConstantAsMetadataKind; in classof()
454 return MD->getMetadataID() == LocalAsMetadataKind; in classof()
645 return MD->getMetadataID() == MDStringKind; in classof()
1112 switch (MD->getMetadataID()) {
1194 return MD->getMetadataID() == MDTupleKind;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp205 if (OwnerMD->getMetadataID() == Metadata::DIArgListKind) in getAllArgListUsers()
287 switch (OwnerMD->getMetadataID()) { in replaceAllUsesWith()
544 switch (getMetadataID()) { in clone()
667 switch (getMetadataID()) { in replaceWithPermanentImpl()
768 switch (getMetadataID()) { in deleteAsSubclass()
804 switch (getMetadataID()) { in uniquify()
820 switch (getMetadataID()) { in eraseFromStore()
862 switch (getMetadataID()) { in storeDistinctInContext()
H A DDebugInfo.cpp1604 switch(unwrap(Metadata)->getMetadataID()) { in LLVMGetMetadataKind()
H A DAsmWriter.cpp2422 switch (Node->getMetadataID()) { in WriteMDNodeBodyInternal()
H A DVerifier.cpp846 switch (MD.getMetadataID()) { in visitMDNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h152 unsigned getMetadataID(const Metadata *MD) const { in getMetadataID() function
H A DBitcodeWriter.cpp1539 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation()
1900 Record.push_back(VE.getMetadataID(MD)); in writeDIArgList()
2087 Record.push_back(VE.getMetadataID(N)); in writeNamedMetadata()
2159 switch (N->getMetadataID()) { in writeMetadataRecords()
2290 Record.push_back(VE.getMetadataID(I.second)); in pushGlobalMetadataAttachment()
2320 Record.push_back(VE.getMetadataID(MDs[i].second)); in writeFunctionMetadataAttachment()
H A DValueEnumerator.cpp521 return getMetadataID(MD->getMetadata()); in getValueID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp705 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump()