Home
last modified time | relevance | path

Searched refs:hasDebug (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp115 bool hasDebug) { in emitXCOFFExceptDirective() argument
117 hasDebug); in emitXCOFFExceptDirective()
H A DXCOFFObjectWriter.cpp443 unsigned FunctionSize, bool hasDebug) override;
1349 bool hasDebug) { in addExceptionEntry() argument
1352 if (hasDebug) in addExceptionEntry()
H A DMCAsmStreamer.cpp226 unsigned FunctionSize, bool hasDebug) override;
984 bool hasDebug) { in emitXCOFFExceptDirective() argument
H A DMCStreamer.cpp1298 bool hasDebug) { in emitXCOFFExceptDirective() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCXCOFFObjectWriter.h49 unsigned FunctionSize, bool hasDebug) = 0;
H A DMCXCOFFStreamer.h38 unsigned FunctionSize, bool hasDebug) override;
H A DMCStreamer.h629 unsigned FunctionSize, bool hasDebug);
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFeatures.td129 def HasDebug : Predicate<"Subtarget->hasDebug()">,