Searched refs:ByteStreamer (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 25 class ByteStreamer { 27 ~ByteStreamer() = default; 28 ByteStreamer(const ByteStreamer&) = default; 29 ByteStreamer() = default; 38 class APByteStreamer final : public ByteStreamer { 58 class HashingByteStreamer final : public ByteStreamer { 74 class BufferByteStreamer final : public ByteStreamer {
|
D | DwarfExpression.h | 23 class ByteStreamer; variable 123 ByteStreamer &BS; 126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression()
|
D | DwarfDebug.h | 41 class ByteStreamer; variable 529 void emitDebugLocEntry(ByteStreamer &Streamer,
|
D | AsmPrinterDwarf.cpp | 179 void AsmPrinter::EmitDwarfRegOp(ByteStreamer &Streamer, in EmitDwarfRegOp()
|
D | DwarfDebug.cpp | 1387 void DwarfDebug::emitDebugLocEntry(ByteStreamer &Streamer, in emitDebugLocEntry() 1397 ByteStreamer &Streamer, in emitDebugLocValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 24 class ByteStreamer { 26 ~ByteStreamer() = default; 27 ByteStreamer(const ByteStreamer&) = default; 28 ByteStreamer() = default; 37 class APByteStreamer final : public ByteStreamer { 57 class HashingByteStreamer final : public ByteStreamer { 73 class BufferByteStreamer final : public ByteStreamer {
|
D | DwarfDebug.h | 51 class ByteStreamer; variable 722 void emitDebugLocEntry(ByteStreamer &Streamer,
|
D | DwarfExpression.h | 362 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer()
|
D | DwarfDebug.cpp | 2176 void DwarfDebug::emitDebugLocEntry(ByteStreamer &Streamer, in emitDebugLocEntry()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 24 class ByteStreamer { 26 ~ByteStreamer() = default; 27 ByteStreamer(const ByteStreamer&) = default; 28 ByteStreamer() = default; 38 class APByteStreamer final : public ByteStreamer { 59 class HashingByteStreamer final : public ByteStreamer { 76 class BufferByteStreamer final : public ByteStreamer {
|
D | DwarfDebug.h | 51 class ByteStreamer; variable 754 void emitDebugLocEntry(ByteStreamer &Streamer,
|
D | DwarfExpression.h | 378 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer()
|
D | DwarfDebug.cpp | 2402 void DwarfDebug::emitDebugLocEntry(ByteStreamer &Streamer, in emitDebugLocEntry()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 30 class ByteStreamer; variable 443 virtual void EmitDwarfRegOp(ByteStreamer &BS,
|