Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp177 struct NoteType { struct
178 uint32_t ID;
179 StringRef Name;
4943 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()
4990 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote()
5027 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()
5131 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote()
5487 StringRef NoteType = in printNotes() local
6744 static bool printGNUNoteLLVMStyle(uint32_t NoteType, ArrayRef<uint8_t> Desc, in printGNUNoteLLVMStyle()
6813 StringRef NoteType = in printNotes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp496 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()