Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRPrintingPasses.h43 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp455 printLLVMNameWithoutPrefix(OS, BB.getName()); in printIRBlockReference()
863 printLLVMNameWithoutPrefix(OS, Name); in print()
1161 printLLVMNameWithoutPrefix( in print()
H A DMIRPrinter.cpp937 printLLVMNameWithoutPrefix(OS, V.getName()); in printIRValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp349 void llvm::printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name) { in printLLVMNameWithoutPrefix() function in llvm
401 printLLVMNameWithoutPrefix(OS, Name); in PrintLLVMName()