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.h42 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp508 printLLVMNameWithoutPrefix(OS, BB.getName()); in printIRBlockReference()
917 printLLVMNameWithoutPrefix(OS, Name); in print()
1224 printLLVMNameWithoutPrefix( in print()
H A DMIRPrinter.cpp993 printLLVMNameWithoutPrefix(OS, V.getName()); in printIRValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp383 void llvm::printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name) { in printLLVMNameWithoutPrefix() function in llvm
434 printLLVMNameWithoutPrefix(OS, Name); in PrintLLVMName()