Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7919 static bool printAndroidNoteLLVMStyle(uint32_t NoteType, ArrayRef<uint8_t> Desc, in printAndroidNoteLLVMStyle() function
7945 printAndroidNoteLLVMStyle(ELF::NT_ANDROID_TYPE_MEMTAG, AndroidNoteDesc, W); in printMemtag()
8070 if (printAndroidNoteLLVMStyle(Type, Descriptor, W)) in printNotes()