Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h509 StringLocationExp(N->getRawStringLocationExp()),
517 StringLocationExp == RHS->getRawStringLocationExp() &&
H A DAsmWriter.cpp2072 N->getRawStringLocationExp()); in writeDIStringType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h916 getRawStringLocationExp(), getSizeInBits(), in cloneImpl()
956 return cast_or_null<DIExpression>(getRawStringLocationExp()); in getStringLocationExp()
965 Metadata *getRawStringLocationExp() const { return getOperand(5); } in getRawStringLocationExp() function