OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasRawTextSupport
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCStreamer.h
259
///
hasRawTextSupport
- Return true if this asm streamer supports emitting
261
virtual bool
hasRawTextSupport
() const { return false; }
737
/// indicated by the
hasRawTextSupport
() predicate. By default this aborts.
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
454
if (isVerbose() && OutStreamer.
hasRawTextSupport
()) {
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
637
if (!Asm->OutStreamer.
hasRawTextSupport
() || SingleCU)
[
all
...]
DwarfUnit.cpp
316
// FIXME: add a better feature test than
hasRawTextSupport
. Even better,
320
Asm->OutStreamer.
hasRawTextSupport
() ? 0 : getUniqueID());
[
all
...]
/external/llvm/lib/MC/
MCAsmStreamer.cpp
87
///
hasRawTextSupport
- We support EmitRawText.
88
bool
hasRawTextSupport
() const override { return true; }
238
/// indicated by the
hasRawTextSupport
() predicate.
[
all
...]
Completed in 197 milliseconds