Searched refs:printTree (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 348 void printTree(raw_ostream &OS, unsigned Level, IntervalNode *Node, 353 printTree(OS, Level, Node->Left, HexFormat); 354 printTree(OS, Level, Node->Right, HexFormat); 642 printTree(OS, 0, Root, HexFormat);
|
/llvm-project/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 205 Parser.printTree(outs()); in main()
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 161 void printTree(raw_ostream &OS) const;
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 1326 void printTree(raw_ostream &OS, const Module *M = nullptr) const; 1327 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 432 /// @param printTree Print also the tree of subregions. 434 void print(raw_ostream &OS, bool printTree = true, unsigned level = 0,
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 375 void WindowsResourceParser::printTree(raw_ostream &OS) const { in printTree() function in llvm::object::WindowsResourceParser
|
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 5271 void MDNode::printTree(raw_ostream &OS, const Module *M) const { in dump() 5277 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, 5350 printTree(dbgs(), M); 5232 void MDNode::printTree(raw_ostream &OS, const Module *M) const { printTree() function in MDNode 5238 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, printTree() function in MDNode
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 449 EXPECT_PRINTER_EQ(Expected, Var->printTree(OS)); in TEST_F() 453 // Test if printTree works correctly when there is in TEST_F() 484 EXPECT_PRINTER_EQ(Expected, Var->printTree(OS)); in TEST_F()
|