Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp186 struct NoteType { struct
5588 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType, in printGNUNote() argument
5591 switch (NoteType) { in printGNUNote()
5620 static AndroidNoteProperties getAndroidNoteProperties(uint32_t NoteType, in getAndroidNoteProperties() argument
5623 switch (NoteType) { in getAndroidNoteProperties()
5658 static bool printAndroidNote(raw_ostream &OS, uint32_t NoteType, in printAndroidNote() argument
5661 AndroidNoteProperties Props = getAndroidNoteProperties(NoteType, Desc); in printAndroidNote()
5697 static bool printLLVMOMPOFFLOADNote(raw_ostream &OS, uint32_t NoteType, in printLLVMOMPOFFLOADNote() argument
5699 switch (NoteType) { in printLLVMOMPOFFLOADNote()
5732 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h177 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
H A DAMDGPUTargetStreamer.cpp674 StringRef Name, const MCExpr *DescSZ, unsigned NoteType, in EmitNote() argument
692 S.emitInt32(NoteType); // type in EmitNote()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp191 auto note = [&](int Construct, QualType NoteType, SourceRange NoteRange) { in CheckBitcastType() argument
193 << NoteType << Construct << T.getUnqualifiedType() << NoteRange; in CheckBitcastType()