Home
last modified time | relevance | path

Searched refs:printLLVMNameWithoutPrefix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRPrintingPasses.h43 LLVM_ABI void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp517 printLLVMNameWithoutPrefix(OS, BB.getName()); in printIRBlockReference()
933 printLLVMNameWithoutPrefix(OS, Name); in print()
1244 printLLVMNameWithoutPrefix( in print()
H A DMIRPrinter.cpp960 printLLVMNameWithoutPrefix(OS, V.getName()); in printIRValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp439 void llvm::printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name) { in printLLVMNameWithoutPrefix() function in llvm
489 printLLVMNameWithoutPrefix(OS, Name); in PrintLLVMName()