Searched refs:AssemblyWriter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DAsmWriter.cpp2056 class AssemblyWriter { class in namespace:__anon14058
2070 /// Construct an AssemblyWriter with an external SlotTracker
2071 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
2121 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, function in class:AssemblyWriter
2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) {
2147 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering,
2160 void AssemblyWriter::writeAtomicCmpXchg(AtomicOrdering SuccessOrdering,
2175 void AssemblyWriter::writeParamOperand(const Value *Operand,
2192 void AssemblyWriter
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1105 class AssemblyWriter { class in namespace:__anon23102
1113 inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, function in class:__anon23102::AssemblyWriter
1147 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) {
1159 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering,
1181 void AssemblyWriter::writeParamOperand(const Value *Operand,
1198 void AssemblyWriter::printModule(const Module *M) {
1281 void AssemblyWriter::printNamedMDNode(const NamedMDNode *NMD) {
1351 void AssemblyWriter::printGlobal(const GlobalVariable *GV) {
1388 void AssemblyWriter::printAlias(const GlobalAlias *GA) {
1418 void AssemblyWriter
[all...]

Completed in 71 milliseconds