Home
last modified time | relevance | path

Searched defs:Note (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterUtilities.cpp37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
HDRegisterUtilities.h89 uint32_t Note; member
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingPlatformLinux.c130 static int WriteBinaryIdForNote(ProfDataWriter *Writer, in WriteBinaryIdForNote()
156 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
HDRewriteRule.h49 std::string Note; member
111 TextGenerator Note; member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDSerializedDiagnostics.h45 Note, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDWithColor.h36 Note, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParserExtension.h77 void Note(SMLoc L, const Twine &Msg) { in Note() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDSetgidSetuidOrderChecker.cpp128 const NoteTag *Note = C.getNoteTag([this, in processSetuid() local
HDStdLibraryFunctionsChecker.cpp656 StringRef Note; member in __anondf7eddf60111::StdLibraryFunctionsChecker::SummaryCase
660 StringRef Note) in SummaryCase()
665 const ErrnoConstraintBase &ErrnoC, StringRef Note) in SummaryCase()
771 StringRef Note = "") { in Case()
776 StringRef Note = "") { in Case()
HDFuchsiaHandleChecker.cpp492 for (auto &Note : Notes) { in checkPostCall() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDState.cpp63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() function in State
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticOptions.h41 Note = 1 << 0, enumerator
HDDiagnosticIDs.h183 Ignored, Note, Remark, Warning, Error, Fatal enumerator
HDSarif.h165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDRewriteRule.cpp62 auto Note = E.Note->eval(Result); in translateEdits() local
133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
HDInvalidPtrChecker.cpp186 const NoteTag *Note = nullptr; in postPreviousReturnInvalidatingCall() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFTypes.h77 using Note = Elf_Note_Impl<ELFType<E, Is64>>; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/FileCheck/
HDFileCheck.h169 std::string Note; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp400 const char *Note = in emitInlineAsm() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1869 for (const auto &Note : Diag.second) in emitDiagnostics() local
1947 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1996 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
2033 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local
2108 for (const auto &Note : Diag.second) in emitDiagnostics() local
2360 for (const DebugNote &Note: DebugNotesByVar[Variable]) in handleUnsafeVariableGroup() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_diag.cpp109 const char *Note() const { return Black(); } in Note() function in __anona63436120111::Decorator
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h405 enum Kind { ControlFlow, Event, Macro, Call, Note, PopUp }; enumerator
729 : PathDiagnosticSpotPiece(Pos, S, Note, AddPosRange) {} in PathDiagnosticSpotPiece() argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h1103 StringRef Note; variable
1107 DiagnosticInfoDontCall(StringRef CalleeName, StringRef Note, in DiagnosticInfoDontCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp869 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp5870 static void printCoreNote(raw_ostream &OS, const CoreNote &Note) { in printCoreNote()
6042 StringRef getNoteTypeName(const typename ELFT::Note &Note, unsigned ELFType) { in getNoteTypeName()
6098 llvm::function_ref<Error(const typename ELFT::Note &, bool)> ProcessNoteFn, in processNotesHelper()
6112 for (const typename ELFT::Note Note : Obj.notes(S, Err)) { in processNotesHelper() local
6143 for (const typename ELFT::Note Note : Obj.notes(P, Err)) { in processNotesHelper() local
6184 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
6315 auto FindAndroidNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printMemtag()
7979 static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) { in printCoreNoteLLVMStyle()
8013 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()

12