Searched refs:NoteType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPTNote.h | 30 enum NoteType{ enum
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 128 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
|
| H A D | AMDGPUTargetStreamer.cpp | 391 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument 403 S.EmitIntValue(NoteType, 4); // type in EmitNote()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3809 static void printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote() argument 3811 switch (NoteType) { in printGNUNote() 3844 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote() argument 3845 switch (NoteType) { in getAMDNote() 3876 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote() argument 3877 switch (NoteType) { in getAMDGPUNote() 4545 static void printGNUNoteLLVMStyle(uint32_t NoteType, in printGNUNoteLLVMStyle() argument 4548 switch (NoteType) { in printGNUNoteLLVMStyle()
|