Searched defs:EmitValue (Results 1 - 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 188 /// EmitValue - Emit integer of appropriate size. 190 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const { function in class:DIEInteger 242 /// EmitValue - Emit string value. 244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIEString 260 /// EmitValue - Emit label value. 262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIELabel 283 /// EmitValue - Emit delta value. 285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIEDelta 306 /// EmitValue - Emit debug information entry offset. 308 void DIEEntry::EmitValue(AsmPrinte function in class:DIEEntry 336 void DIEBlock::EmitValue(AsmPrinter *Asm, unsigned Form) const { function in class:DIEBlock [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 194 void DIEValue::EmitValue(const AsmPrinter *AP) const { function in class:DIEValue 200 getDIE##T().EmitValue(AP, Form); \ 240 /// EmitValue - Emit integer of appropriate size. 242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEInteger 318 /// EmitValue - Emit expression value. 320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEExpr 321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form)); 340 /// EmitValue - Emit label value. 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELabel 365 /// EmitValue 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEDelta 391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEString 443 void DIEEntry::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEEntry 498 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIELoc 549 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEBlock 593 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELocList [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
H A D | MCStreamer.cpp | 79 /// EmitIntValue - Special case of EmitValue that avoids the client having to 116 EmitValue(ABS, Size, AddrSpace); 120 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, function in class:MCStreamer 141 EmitValue(E, 1, AddrSpace);
|
/external/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 82 /// EmitIntValue - Special case of EmitValue that avoids the client having to 115 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { function in class:MCStreamer 741 EmitValue(Diff, Size);
|
Completed in 612 milliseconds