Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp177 struct NoteType { struct
178 uint32_t ID;
179 StringRef Name;
4959 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()
5006 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote()
5043 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()
5147 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote()
5503 StringRef NoteType = in printNotes() local
6873 static bool printGNUNoteLLVMStyle(uint32_t NoteType, ArrayRef<uint8_t> Desc, in printGNUNoteLLVMStyle()
6942 StringRef NoteType = in printNotes() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp500 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()