Home
last modified time | relevance | path

Searched defs:TypePrinter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp1293 TypePrinting &TypePrinter, in WriteConstantInternal()
1556 TypePrinting *TypePrinter, SlotTracker *Machine, in writeMDTuple()
1598 TypePrinting *TypePrinter = nullptr; member
1665 TypePrinting *TypePrinter, in writeMetadataAsOperand()
1769 TypePrinting *TypePrinter, SlotTracker *Machine, in writeGenericDINode()
1788 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDILocation()
1803 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDISubrange()
1847 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDIDerivedType()
1870 TypePrinting *TypePrinter, in writeDICompositeType()
1895 TypePrinting *TypePrinter, in writeDISubroutineType()
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp1129 TypePrinting &TypePrinter, in WriteConstantInternal()
1387 TypePrinting *TypePrinter, SlotTracker *Machine, in writeMDTuple()
1425 TypePrinting *TypePrinter; member
1479 TypePrinting *TypePrinter, in writeMetadataAsOperand()
1549 TypePrinting *TypePrinter, SlotTracker *Machine, in writeGenericDINode()
1568 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDILocation()
1613 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDIDerivedType()
1633 TypePrinting *TypePrinter, in writeDICompositeType()
1657 TypePrinting *TypePrinter, in writeDISubroutineType()
1680 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDICompileUnit()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type_base.h78 using TypePrinter = std::function<std::optional<std::string>(const Type&)>; variable
/aosp_15_r20/external/clang/utils/ABITest/
H A DABITestGen.py13 class TypePrinter: class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp1298 TypePrinting *TypePrinter = nullptr; member
2551 TypePrinting TypePrinter; member in __anonfa33f7980911::AssemblyWriter
4740 TypePrinting TypePrinter; in print() local
4768 TypePrinting TypePrinter(MST.getModule()); in printAsOperandImpl() local
4864 TypePrinting TypePrinter(M); in printMetadataImpl() local
/aosp_15_r20/external/clang/lib/AST/
H A DTypePrinter.cpp82 class TypePrinter { class
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() function in __anon490b8a0f0111::TypePrinter