HomeSort by: relevance | last modified time | path
    Searched refs:NoteType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.h 164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
AMDGPUTargetStreamer.cpp 496 StringRef Name, const MCExpr *DescSZ, unsigned NoteType,
514 S.emitInt32(NoteType); // type
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 177 struct NoteType {
4943 static bool printGNUNote(raw_ostream &OS, uint32_t NoteType,
4946 switch (NoteType) {
4990 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) {
4993 switch (NoteType) {
5027 static AMDNote getAMDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) {
5028 switch (NoteType) {
5131 static AMDGPUNote getAMDGPUNote(uint32_t NoteType, ArrayRef<uint8_t> Desc) {
5132 switch (NoteType) {
5238 static const NoteType GenericNoteTypes[] =
    [all...]

Completed in 66 milliseconds