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.h972 TargetFuncName(N->getRawTargetFuncName()),
990 TargetFuncName == RHS->getRawTargetFuncName() &&
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2457 return (getRawTargetFuncName()) ? getStringOperand(12) : StringRef(); in getTargetFuncName()
2479 MDString *getRawTargetFuncName() const { in getRawTargetFuncName() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2161 Record.push_back(VE.getMetadataOrNullID(N->getRawTargetFuncName())); in writeDISubprogram()