Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp177 struct NoteType { struct
4962 switch (NoteType) { in printGNUNote()
5009 switch (NoteType) { in getFreeBSDNote()
5044 switch (NoteType) { in getAMDNote()
5148 switch (NoteType) { in getAMDGPUNote()
5503 StringRef NoteType = in printNotes() local
5505 if (!NoteType.empty()) in printNotes()
5506 OS << NoteType << '\n'; in printNotes()
6876 switch (NoteType) { in printGNUNoteLLVMStyle()
6942 StringRef NoteType = in printNotes() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp500 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument
518 S.emitInt32(NoteType); // type in EmitNote()