Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h941 bool UsesKeyInstructions;
950 MDString *TargetFuncName, bool UsesKeyInstructions)
958 UsesKeyInstructions(UsesKeyInstructions) {}
973 UsesKeyInstructions(N->getKeyInstructionsEnabled()) {}
991 UsesKeyInstructions == RHS->getKeyInstructionsEnabled();
H A DDebugInfoMetadata.cpp1295 bool UsesKeyInstructions, ArrayRef<Metadata *> Ops) in DISubprogram() argument
1300 SubclassData1 = UsesKeyInstructions; in DISubprogram()
1399 bool UsesKeyInstructions, StorageType Storage, bool ShouldCreate) { in getImpl() argument
1408 TargetFuncName, UsesKeyInstructions)); in getImpl()
1430 SPFlags, UsesKeyInstructions), in getImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2267 DIFlags Flags, DISPFlags SPFlags, bool UsesKeyInstructions,
2280 bool UsesKeyInstructions, StorageType Storage,
2288 UsesKeyInstructions, Storage, ShouldCreate);
2298 MDString *TargetFuncName, bool UsesKeyInstructions,
2321 StringRef TargetFuncName = "", bool UsesKeyInstructions = false),
2325 UsesKeyInstructions))
2336 bool UsesKeyInstructions = false),
2340 UsesKeyInstructions))
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1950 bool UsesKeyInstructions = false; in parseOneMetadata() local
1963 UsesKeyInstructions = Record.size() >= 21 ? Record[20] : 0; in parseOneMetadata()
1992 UsesKeyInstructions)); in parseOneMetadata()