Searched defs:ImplicitCode (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp65 void DebugLoc::setImplicitCode(bool ImplicitCode) { argument
71 get(unsigned Line, unsigned Col, const MDNode *Scope, const MDNode *InlinedAt, bool ImplicitCode) argument
H A DDebugInfoMetadata.cpp29 DILocation(LLVMContext &C, StorageType Storage, unsigned Line, unsigned Column, ArrayRef<Metadata *> MDs, bool ImplicitCode) argument
H A DLLVMContextImpl.h281 bool ImplicitCode; member in struct:llvm::MDNodeKeyImpl
283 MDNodeKeyImpl(unsigned Line, unsigned Column, Metadata *Scope, Metadata *InlinedAt, bool ImplicitCode) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1227 bool ImplicitCode = Record.size() == 6 && Record[5]; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1405 getImpl(LLVMContext &Context, unsigned Line, unsigned Column, DILocalScope *Scope, DILocation *InlinedAt, bool ImplicitCode, StorageType Storage, bool ShouldCreate = true) argument
1486 setImplicitCode(bool ImplicitCode) argument
[all...]

Completed in 80 milliseconds