Searched refs:hasDebug (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCXCOFFStreamer.cpp | 111 bool hasDebug) { in emitXCOFFExceptDirective() argument 115 Reason, FunctionSize, hasDebug); in emitXCOFFExceptDirective()
|
H A D | XCOFFObjectWriter.cpp | 445 unsigned FunctionSize, bool hasDebug); 1365 unsigned ReasonCode, unsigned FunctionSize, bool hasDebug) { in addExceptionEntry() argument 1368 if (hasDebug) in addExceptionEntry() 1747 bool hasDebug) { in addExceptionEntry() argument 1749 Symbol, Trap, LanguageCode, ReasonCode, FunctionSize, hasDebug); in addExceptionEntry()
|
H A D | MCAsmStreamer.cpp | 222 unsigned FunctionSize, bool hasDebug) override; 976 bool hasDebug) { in emitXCOFFExceptDirective() argument
|
H A D | MCStreamer.cpp | 1201 bool hasDebug) { in emitXCOFFExceptDirective() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCXCOFFObjectWriter.h | 50 bool hasDebug);
|
H A D | MCXCOFFStreamer.h | 39 unsigned FunctionSize, bool hasDebug) override; in emitXCOFFRenameDirective()
|
H A D | MCStreamer.h | 607 unsigned FunctionSize, bool hasDebug);
|