Home
last modified time | relevance | path

Searched refs:isVerboseAsm (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual bool isVerboseAsm() = 0;
213 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
236 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual bool isVerboseAsm() = 0;
213 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
236 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual bool isVerboseAsm() = 0;
213 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
236 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual bool isVerboseAsm() = 0;
213 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
236 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual bool isVerboseAsm() = 0;
213 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
236 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual bool isVerboseAsm() = 0;
214 if (isStreaming() && Streamer->isVerboseAsm()) in emitRawComment()
237 if (isStreaming() && Streamer->isVerboseAsm()) { in emitComment()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/MC/
H A DMCAsmStreamer.cpp45 bool isLittleEndian, bool isVerboseAsm, MCInstPrinter *printer, in MCAsmStreamer() argument
49 IsLittleEndian(isLittleEndian), IsVerboseAsm(isVerboseAsm), in MCAsmStreamer()
70 virtual bool isVerboseAsm() const { return IsVerboseAsm; } in isVerboseAsm() function in __anon51316b8f0111::MCAsmStreamer
703 bool isVerboseAsm, MCInstPrinter *IP, in createAsmStreamer() argument
705 return new MCAsmStreamer(Context, OS, isLittleEndian, isVerboseAsm, in createAsmStreamer()
H A DMCLoggingStreamer.cpp35 virtual bool isVerboseAsm() const { return Child->isVerboseAsm(); } in isVerboseAsm() function in __anon69b739150111::MCLoggingStreamer
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/MC/
H A DMCStreamer.h71 virtual bool isVerboseAsm() const { return false; } in isVerboseAsm() function
348 bool isLittleEndian, bool isVerboseAsm,
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h57 bool isVerboseAsm);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h63 bool isVerboseAsm);

12345678910>>...18