Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h190 switch (MD->getMetadataID()) { in classof()
294 return MD->getMetadataID() == GenericDINodeKind; in classof()
329 return MD->getMetadataID() == DIAssignIDKind; in classof()
396 return MD->getMetadataID() == DISubrangeKind; in classof()
440 return MD->getMetadataID() == DIGenericSubrangeKind; in classof()
498 return MD->getMetadataID() == DIEnumeratorKind; in classof()
537 switch (MD->getMetadataID()) { in classof()
670 return MD->getMetadataID() == DIFileKind; in classof()
786 switch (MD->getMetadataID()) { in classof()
866 return MD->getMetadataID() == DIBasicTypeKind; in classof()
[all …]
H A DMetadata.h101 unsigned getMetadataID() const { return SubclassID; } in getMetadataID() function
158 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()
1231 assert(getMetadataID() == MDTupleKind &&
1301 switch (MD->getMetadataID()) {
1395 return MD->getMetadataID() == MDTupleKind;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp201 if (OwnerMD->getMetadataID() == Metadata::DIArgListKind) in getAllArgListUsers()
311 switch (OwnerMD->getMetadataID()) { in replaceAllUsesWith()
559 switch (getMetadataID()) { in clone()
757 switch (getMetadataID()) { in replaceWithPermanentImpl()
858 switch (getMetadataID()) { in deleteAsSubclass()
894 switch (getMetadataID()) { in uniquify()
910 switch (getMetadataID()) { in eraseFromStore()
953 switch (getMetadataID()) { in storeDistinctInContext()
H A DDebugInfo.cpp1664 switch(unwrap(Metadata)->getMetadataID()) { in LLVMGetMetadataKind()
H A DAsmWriter.cpp2399 switch (Node->getMetadataID()) { in WriteMDNodeBodyInternal()
H A DVerifier.cpp934 switch (MD.getMetadataID()) { in visitMDNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h153 unsigned getMetadataID(const Metadata *MD) const { in getMetadataID() function
H A DDXILBitcodeWriter.cpp1392 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation()
1751 switch (N->getMetadataID()) { in writeMetadataRecords()
1833 Record.push_back(VE.getMetadataID(N)); in writeModuleMetadata()
1864 Record.push_back(VE.getMetadataID(I.second)); in writeFunctionMetadataAttachment()
1883 Record.push_back(VE.getMetadataID(MDs[i].second)); in writeFunctionMetadataAttachment()
H A DDXILValueEnumerator.cpp519 return getMetadataID(MD->getMetadata()); in getValueID()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h152 unsigned getMetadataID(const Metadata *MD) const { in getMetadataID() function
H A DBitcodeWriter.cpp1607 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation()
1974 Record.push_back(VE.getMetadataID(MD)); in writeDIArgList()
2173 Record.push_back(VE.getMetadataID(N)); in writeNamedMetadata()
2245 switch (N->getMetadataID()) { in writeMetadataRecords()
2376 Record.push_back(VE.getMetadataID(I.second)); in pushGlobalMetadataAttachment()
2406 Record.push_back(VE.getMetadataID(MDs[i].second)); in writeFunctionMetadataAttachment()
H A DValueEnumerator.cpp484 return getMetadataID(MD->getMetadata()); in getValueID()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp756 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump()