Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp186 struct NoteType { struct
187 uint32_t ID;
188 StringRef Name;
5588 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote()
5620 static AndroidNoteProperties getAndroidNoteProperties(uint32_t NoteType, in getAndroidNoteProperties()
5658 static bool printAndroidNote(raw_ostream &OS, uint32_t NoteType, in printAndroidNote()
5697 static bool printLLVMOMPOFFLOADNote(raw_ostream &OS, uint32_t NoteType, in printLLVMOMPOFFLOADNote()
5732 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote()
5767 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDNote()
5871 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) { in getAMDGPUNote()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp191 auto note = [&](int Construct, QualType NoteType, SourceRange NoteRange) { in CheckBitcastType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp674 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote()