Home
last modified time | relevance | path

Searched refs:ShouldCreate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h629 ShouldCreate);
835 ShouldCreate);
997 bool ShouldCreate = true) {
1009 bool ShouldCreate = true);
1128 bool ShouldCreate = true) {
1690 bool ShouldCreate = true);
1911 ShouldCreate);
2202 ShouldCreate);
2251 ShouldCreate);
3132 bool ShouldCreate = true);
[all …]
H A DMetadata.h1478 StorageType Storage, bool ShouldCreate = true);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp88 if (!ShouldCreate) in getImpl()
397 if (!ShouldCreate) in getImpl()
457 ShouldCreate); in getImpl()
466 ShouldCreate); in getImpl()
762 bool ShouldCreate) { in getImpl() argument
907 bool ShouldCreate) { in getImpl() argument
1120 StorageType Storage, bool ShouldCreate) { in getImpl() argument
1274 bool ShouldCreate) { in getImpl() argument
1299 bool ShouldCreate) { in getImpl() argument
1347 bool ShouldCreate) { in getImpl() argument
[all …]
H A DMetadata.cpp1016 StorageType Storage, bool ShouldCreate) { in getImpl() argument
1022 if (!ShouldCreate) in getImpl()
1026 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()