Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h583 Storage, ShouldCreate);
785 ShouldCreate);
947 bool ShouldCreate = true) {
959 bool ShouldCreate = true);
1076 bool ShouldCreate = true) {
1575 ShouldCreate);
1878 bool ShouldCreate = true);
2108 ShouldCreate);
2158 ShouldCreate);
2947 bool ShouldCreate = true);
[all …]
H A DMetadata.h1345 StorageType Storage, bool ShouldCreate = true);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp71 if (!ShouldCreate) in getImpl()
297 if (!ShouldCreate) in getImpl()
358 ShouldCreate); in getImpl()
367 ShouldCreate); in getImpl()
659 bool ShouldCreate) { in getImpl() argument
803 bool ShouldCreate) { in getImpl() argument
984 StorageType Storage, bool ShouldCreate) { in getImpl() argument
1134 bool ShouldCreate) { in getImpl() argument
1159 bool ShouldCreate) { in getImpl() argument
1204 bool ShouldCreate) { in getImpl() argument
[all …]
H A DMetadata.cpp922 StorageType Storage, bool ShouldCreate) { in getImpl() argument
928 if (!ShouldCreate) in getImpl()
932 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()