Home
last modified time | relevance | path

Searched defs:NoteType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp182 struct NoteType { struct
183 uint32_t ID;
184 StringRef Name;
5312 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()
5382 static bool printAndroidNote(raw_ostream &OS, uint32_t NoteType, in printAndroidNote()
5394 static bool printAArch64Note(raw_ostream &OS, uint32_t NoteType, in printAArch64Note()
5446 static bool printLLVMOMPOFFLOADNote(raw_ostream &OS, uint32_t NoteType, in printLLVMOMPOFFLOADNote()
5518 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()
6048 StringRef NoteType = in printNotes() local
7722 static bool printLLVMOMPOFFLOADNoteLLVMStyle(uint32_t NoteType, in printLLVMOMPOFFLOADNoteLLVMStyle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp507 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()