Searched defs:NoteType (Results 1 – 3 of 3) sorted by relevance
30 enum NoteType{ enum
391 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()
3809 static void printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()3844 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()3876 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote()4545 static void printGNUNoteLLVMStyle(uint32_t NoteType, in printGNUNoteLLVMStyle()