Searched refs:DwarfOps (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp264 ArrayRef<Metadata *> DwarfOps,
268 GenericDINodeInfo::KeyTy Key(Tag, Header, DwarfOps);
281 return storeImpl(new (DwarfOps.size() + 1) GenericDINode(
282 Context, Storage, Hash, Tag, PreOps, DwarfOps),
262 getImpl(LLVMContext &Context, unsigned Tag, MDString *Header, ArrayRef<Metadata *> DwarfOps, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h309 MDNodeKeyImpl(unsigned Tag, MDString *Header, ArrayRef<Metadata *> DwarfOps) argument
310 : MDNodeOpsKey(DwarfOps), Tag(Tag), Header(Header) {}
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h230 StringRef Header, ArrayRef<Metadata *> DwarfOps,
233 DwarfOps, Storage, ShouldCreate);
237 MDString *Header, ArrayRef<Metadata *> DwarfOps,
250 ArrayRef<Metadata *> DwarfOps),
251 (Tag, Header, DwarfOps))
253 ArrayRef<Metadata *> DwarfOps),
254 (Tag, Header, DwarfOps))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1247 SmallVector<Metadata *, 8> DwarfOps; local
1249 DwarfOps.push_back(getMDOrNull(Record[I]));
1251 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)),

Completed in 79 milliseconds