Home
last modified time | relevance | path

Searched defs:NoteType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp185 struct NoteType { struct
186 uint32_t ID;
187 StringRef Name;
5490 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()
5522 static AndroidNoteProperties getAndroidNoteProperties(uint32_t NoteType, in getAndroidNoteProperties()
5560 static bool printAndroidNote(raw_ostream &OS, uint32_t NoteType, in printAndroidNote()
5599 static bool printLLVMOMPOFFLOADNote(raw_ostream &OS, uint32_t NoteType, in printLLVMOMPOFFLOADNote()
5634 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote()
5669 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()
5773 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp628 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()