Home
last modified time | relevance | path

Searched defs:StringLocationExp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DDebugInfoTest.cpp449 DIExpression *StringLocationExp = getDIExpression(1); in TEST() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1554 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); parseOneMetadata() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp692 getImpl(LLVMContext & Context,unsigned Tag,MDString * Name,Metadata * StringLength,Metadata * StringLengthExp,Metadata * StringLocationExp,uint64_t SizeInBits,uint32_t AlignInBits,unsigned Encoding,StorageType Storage,bool ShouldCreate) getImpl() argument