/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformLinux.c | 109 WriteBinaryIdForNote(ProfDataWriter * Writer,const ElfW (Nhdr)* Note) WriteBinaryIdForNote() argument 135 WriteBinaryIds(ProfDataWriter * Writer,const ElfW (Nhdr)* Note,const ElfW (Nhdr)* NotesEnd) WriteBinaryIds() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 49 std::string Note; member 111 TextGenerator Note; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 45 Note, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 36 Note, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 77 void Note(SMLoc L, const Twine &Msg) { in Note() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() function in State
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 41 Note = 1 << 0, enumerator
|
H A D | DiagnosticIDs.h | 181 Ignored, Note, Remark, Warning, Error, Fatal global() enumerator
|
H A D | Sarif.h | 165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 62 auto Note = E.Note->eval(Result); in translateEdits() local 133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 75 using Note = Elf_Note_Impl<ELFType<E, Is64>>; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 181 const NoteTag *Note = nullptr; postPreviousReturnInvalidatingCall() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 169 std::string Note; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 399 const char *Note = emitInlineAsm() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1869 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(), handleMutexNotHeld() local 2108 for (const auto &Note : Diag.second) emitDiagnostics() local 2328 for (const DebugNote &Note: DebugNotesByVar[Variable]) handleUnsafeVariableGroup() local [all...] |
H A D | SemaObjCProperty.cpp | 961 for (const auto &Note : Mismatches) SelectPropertyForSynthesisFromProtocols() local 987 for (const auto &Note : Mismatches) { SelectPropertyForSynthesisFromProtocols() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 109 const char *Note() const { return Black(); } in Note() function in __anona017c24a0111::Decorator
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 656 StringRef Note; member in __anon46c7ee2e0111::StdLibraryFunctionsChecker::SummaryCase 660 StringRef Note) in SummaryCase() argument 665 const ErrnoConstraintBase &ErrnoC, StringRef Note) in SummaryCase() argument 771 StringRef Note = "") { in Case() argument 776 Case(const ConstraintSet & CS,const ErrnoConstraintBase & ErrnoC,StringRef Note="") Case() argument [all...] |
H A D | FuchsiaHandleChecker.cpp | 492 for (auto &Note : Notes) { in checkPostCall() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1103 StringRef Note; variable 1107 DiagnosticInfoDontCall(StringRef CalleeName,StringRef Note,DiagnosticSeverity DS,unsigned LocCookie) DiagnosticInfoDontCall() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 878 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); ParseDirectiveVersion() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5719 printCoreNote(raw_ostream & OS,const CoreNote & Note) printCoreNote() argument 5895 getNoteTypeName(const typename ELFT::Note & Note,unsigned ELFType) getNoteTypeName() argument 5953 processNotesHelper(const ELFDumper<ELFT> & Dumper,llvm::function_ref<void (std::optional<StringRef>,typename ELFT::Off,typename ELFT::Addr,size_t)> StartNotesFn,llvm::function_ref<Error (const typename ELFT::Note &,bool)> ProcessNoteFn,llvm::function_ref<void ()> FinishNotesFn) processNotesHelper() argument 5967 for (const typename ELFT::Note Note : Obj.notes(S, Err)) { processNotesHelper() local 5998 for (const typename ELFT::Note Note : Obj.notes(P, Err)) { processNotesHelper() local 6039 __anon84b87b4e2202(const Elf_Note &Note, bool IsCore) printNotes() argument 6173 __anon84b87b4e2402(const Elf_Note &Note, bool IsCore) printMemtag() argument 7741 printCoreNoteLLVMStyle(const CoreNote & Note,ScopedPrinter & W) printCoreNoteLLVMStyle() argument 7769 __anon84b87b4e3802(const Elf_Note &Note, bool IsCore) printNotes() argument [all...] |