Home
last modified time | relevance | path

Searched defs:BlockPrinter (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
DBlockPrinter.h39 explicit BlockPrinter(raw_ostream &O, RecordPrinter &P) : OS(O), RP(P) {} in BlockPrinter() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockPrinter.h39 explicit BlockPrinter(raw_ostream &O, RecordPrinter &P) in BlockPrinter() function
/external/python/cpython3/Tools/clinic/
Dclinic.py1724 class BlockPrinter: class