Home
last modified time | relevance | path

Searched refs:NoteType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPTNote.h30 enum NoteType{ enum
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h128 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp391 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 DELFDumper.cpp3809 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()