Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp182 struct NoteType { struct
5315 switch (NoteType) { in printGNUNote()
5347 switch (NoteType) { in getAndroidNoteProperties()
5448 switch (NoteType) { in printLLVMOMPOFFLOADNote()
5484 switch (NoteType) { in getFreeBSDNote()
5519 switch (NoteType) { in getAMDNote()
5623 switch (NoteType) { in getAMDGPUNote()
6048 StringRef NoteType = in printNotes() local
7628 switch (NoteType) { in printGNUNoteLLVMStyle()
7725 switch (NoteType) { in printLLVMOMPOFFLOADNoteLLVMStyle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h161 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp507 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument
525 S.emitInt32(NoteType); // type in EmitNote()