Home
last modified time | relevance | path

Searched refs:getRawStringLocationExp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h585 StringLocationExp(N->getRawStringLocationExp()),
593 StringLocationExp == RHS->getRawStringLocationExp() &&
H A DAsmWriter.cpp2277 N->getRawStringLocationExp()); in writeDIStringType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1151 getRawStringLocationExp(), getRawSizeInBits(), in cloneImpl()
1198 return cast_or_null<DIExpression>(getRawStringLocationExp()); in getStringLocationExp()
1209 Metadata *getRawStringLocationExp() const { in getRawStringLocationExp() function