Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp64 void DebugLoc::setImplicitCode(bool ImplicitCode) { in setImplicitCode()
H A DDebugInfoMetadata.cpp56 DILocation(LLVMContext & C,StorageType Storage,unsigned Line,unsigned Column,ArrayRef<Metadata * > MDs,bool ImplicitCode) DILocation() argument
78 getImpl(LLVMContext & Context,unsigned Line,unsigned Column,Metadata * Scope,Metadata * InlinedAt,bool ImplicitCode,StorageType Storage,bool ShouldCreate) getImpl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1424 bool ImplicitCode = Record.size() == 6 && Record[5]; parseOneMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2350 bool ImplicitCode = false; parseDILocation() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1965 DILocation *InlinedAt, bool ImplicitCode, in setImplicitCode() argument
[all...]