Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp182 struct NoteType { struct
5067 switch (NoteType) { in printGNUNote()
5099 switch (NoteType) { in getAndroidNoteProperties()
5149 switch (NoteType) { in printLLVMOMPOFFLOADNote()
5185 switch (NoteType) { in getFreeBSDNote()
5220 switch (NoteType) { in getAMDNote()
5324 switch (NoteType) { in getAMDGPUNote()
5727 StringRef NoteType = in printNotes() local
7116 switch (NoteType) { in printGNUNoteLLVMStyle()
7161 switch (NoteType) { in printLLVMOMPOFFLOADNoteLLVMStyle()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h159 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp525 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument
543 S.emitInt32(NoteType); // type in EmitNote()