Searched refs:printTree (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 349 void printTree(raw_ostream &OS, unsigned Level, IntervalNode *Node, 354 printTree(OS, Level, Node->Left, HexFormat); 355 printTree(OS, Level, Node->Right, HexFormat); 643 printTree(OS, 0, Root, HexFormat);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 209 Parser.printTree(outs()); in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 161 void printTree(raw_ostream &OS) const;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1188 void printTree(raw_ostream &OS, const Module *M = nullptr) const; 1189 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 436 void print(raw_ostream &OS, bool printTree = true, unsigned level = 0,
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 374 void WindowsResourceParser::printTree(raw_ostream &OS) const { in printTree() function in llvm::object::WindowsResourceParser
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 4905 void MDNode::printTree(raw_ostream &OS, const Module *M) const { in printTree() function in MDNode 4911 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, in printTree() function in MDNode 4973 printTree(dbgs(), M); in dumpTree()
|