Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h806 TargetFuncName(N->getRawTargetFuncName()) {}
823 TargetFuncName == RHS->getRawTargetFuncName();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1901 return (getRawTargetFuncName()) ? getStringOperand(12) : StringRef(); in getTargetFuncName()
1923 MDString *getRawTargetFuncName() const { in getRawTargetFuncName() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2024 Record.push_back(VE.getMetadataOrNullID(N->getRawTargetFuncName())); in writeDISubprogram()