Home
last modified time | relevance | path

Searched refs:AssemblyWriter (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2283 class AssemblyWriter { class
2302 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2306 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
2380 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2393 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2398 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2410 void AssemblyWriter::writeSyncScope(const LLVMContext &Context, in writeSyncScope()
2428 void AssemblyWriter::writeAtomic(const LLVMContext &Context, in writeAtomic()
2438 void AssemblyWriter::writeAtomicCmpXchg(const LLVMContext &Context, in writeAtomicCmpXchg()
2450 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1105 class AssemblyWriter { class
1113 inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in __anon923a16800311::AssemblyWriter
1147 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
1159 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, in writeAtomic()
1181 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
1198 void AssemblyWriter::printModule(const Module *M) { in printModule()
1281 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
1351 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal()
1388 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias()
1418 void AssemblyWriter::printTypeIdentities() { in printTypeIdentities()
[all …]
/external/llvm/lib/IR/
DAsmWriter.cpp2056 class AssemblyWriter { class
2071 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2121 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, in AssemblyWriter() function in AssemblyWriter
2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2147 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, in writeAtomic()
2160 void AssemblyWriter::writeAtomicCmpXchg(AtomicOrdering SuccessOrdering, in writeAtomicCmpXchg()
2175 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
2192 void AssemblyWriter::writeOperandBundles(ImmutableCallSite CS) { in writeOperandBundles()
2229 void AssemblyWriter::printModule(const Module *M) { in printModule()
2345 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) { in printNamedMDNode()
[all …]