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.h511 StringLocationExp(N->getRawStringLocationExp()),
519 StringLocationExp == RHS->getRawStringLocationExp() &&
H A DAsmWriter.cpp2149 N->getRawStringLocationExp()); in writeDIStringType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h917 getRawStringLocationExp(), getSizeInBits(), in cloneImpl()
957 return cast_or_null<DIExpression>(getRawStringLocationExp()); in getStringLocationExp()
966 Metadata *getRawStringLocationExp() const { return getOperand(5); } in getRawStringLocationExp() function