Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h242 StorageType Storage, bool ShouldCreate = true) {
244 DwarfOps, Storage, ShouldCreate);
249 StorageType Storage, bool ShouldCreate = true);
307 bool ShouldCreate = true);
311 bool ShouldCreate = true);
316 bool ShouldCreate = true);
376 bool ShouldCreate = true);
431 StorageType Storage, bool ShouldCreate = true) {
433 getCanonicalMDString(Context, Name), Storage, ShouldCreate);
437 StorageType Storage, bool ShouldCreate = true);
[all …]
H A DMetadata.h1155 StorageType Storage, bool ShouldCreate = true);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp61 StorageType Storage, bool ShouldCreate) { in getImpl() argument
70 if (!ShouldCreate) in getImpl()
73 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
287 StorageType Storage, bool ShouldCreate) { in getImpl() argument
293 if (!ShouldCreate) in getImpl()
297 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
320 if (!ShouldCreate) \
323 assert(ShouldCreate && \
343 StorageType Storage, bool ShouldCreate) { in getImpl() argument
349 ShouldCreate); in getImpl()
[all …]
H A DMetadata.cpp826 StorageType Storage, bool ShouldCreate) { in getImpl() argument
832 if (!ShouldCreate) in getImpl()
836 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()