| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
|
| H A D | RegisterUtilities.h | 89 uint32_t Note; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformLinux.c | 141 static int WriteBinaryIdForNote(ProfDataWriter *Writer, in WriteBinaryIdForNote() 167 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 49 std::string Note; member 111 TextGenerator Note; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 45 Note, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 36 Note, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 78 void Note(SMLoc L, const Twine &Msg) { in Note() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SetgidSetuidOrderChecker.cpp | 128 const NoteTag *Note = C.getNoteTag([this, in processSetuid() local
|
| H A D | StdLibraryFunctionsChecker.cpp | 654 StringRef Note; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::SummaryCase 658 StringRef Note) in SummaryCase() 663 const ErrnoConstraintBase &ErrnoC, StringRef Note) in SummaryCase() 769 StringRef Note = "") { in Case() 774 StringRef Note = "") { in Case()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | State.cpp | 63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() function in State
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.h | 40 Note = 1 << 0, enumerator
|
| H A D | Sarif.h | 165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
|
| H A D | DiagnosticIDs.h | 180 enum Level : uint8_t { Ignored, Note, Remark, Warning, Error, Fatal }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 61 auto Note = E.Note->eval(Result); in translateEdits() local 132 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 170 std::string Note; member
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 186 const NoteTag *Note = nullptr; in postPreviousReturnInvalidatingCall() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 78 using Note = Elf_Note_Impl<ELFType<E, Is64>>; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 393 const char *Note = in emitInlineAsm() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2000 for (const auto &Note : Diag.second) in emitDiagnostics() local 2112 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local 2188 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local 2237 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local 2312 for (const auto &Note : Diag.second) in emitDiagnostics() local 2608 for (const DebugNote &Note: DebugNotesByVar[Variable]) in handleUnsafeVariableGroup() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 109 const char *Note() const { return Black(); } in Note() function in __anonef5d40b80111::Decorator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 405 enum Kind { ControlFlow, Event, Macro, Call, Note, PopUp }; enumerator 729 : PathDiagnosticSpotPiece(Pos, S, Note, AddPosRange) {} in PathDiagnosticSpotPiece() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 211 Error processNote(const llvm::object::ELF64LE::Note &Note, size_t Align) { in processNote()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 1172 StringRef Note; variable 1176 DiagnosticInfoDontCall(StringRef CalleeName, StringRef Note, in DiagnosticInfoDontCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 832 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in parseDirectiveVersion() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5968 static void printCoreNote(raw_ostream &OS, const CoreNote &Note) { in printCoreNote() 6142 StringRef getNoteTypeName(const typename ELFT::Note &Note, unsigned ELFType) { in getNoteTypeName() 6198 llvm::function_ref<Error(const typename ELFT::Note &, bool)> ProcessNoteFn, in processNotesHelper() 6212 for (const typename ELFT::Note Note : Obj.notes(S, Err)) { in processNotesHelper() local 6243 for (const typename ELFT::Note Note : Obj.notes(P, Err)) { in processNotesHelper() local 6284 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() 6417 auto FindAndroidNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printMemtag() 8097 static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) { in printCoreNoteLLVMStyle() 8131 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
|