Searched refs:NoteType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 177 struct NoteType { struct 4943 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote() argument 4946 switch (NoteType) { in printGNUNote() 4990 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote() argument 4993 switch (NoteType) { in getFreeBSDNote() 5027 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote() argument 5028 switch (NoteType) { in getAMDNote() 5131 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote() argument 5132 switch (NoteType) { in getAMDGPUNote() 5238 static const NoteType GenericNoteTypes[] = { [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
|
H A D | AMDGPUTargetStreamer.cpp | 496 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument 514 S.emitInt32(NoteType); // type in EmitNote()
|