Searched refs:NoteType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPTNote.h29 enum NoteType{ enum in namespace:AMDGPU::ElfNote
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h138 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp436 StringRef Name, const MCExpr *DescSZ, unsigned NoteType,
454 S.emitInt32(NoteType); // type
435 EmitNote( StringRef Name, const MCExpr *DescSZ, unsigned NoteType, function_ref<void(MCELFStreamer &)> EmitDesc) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5290 static void printGNUNote(raw_ostream &OS, uint32_t NoteType, argument
5292 switch (NoteType) {
5325 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { argument
5326 switch (NoteType) {
5346 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { argument
5347 switch (NoteType) {
5475 StringRef NoteType = Obj->getHeader()->e_type == ELF::ET_CORE
5478 if (!NoteType.empty())
5479 OS << NoteType << '\n';
6731 static void printGNUNoteLLVMStyle(uint32_t NoteType, ArrayRe argument
[all...]

Completed in 209 milliseconds