Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:TagType

1690 // value of TagType is currently 1 (for the LLVMOpInfo1 struct). If symbolic
1693 uint64_t Size, int TagType, void *TagBuf) {
1702 // If the TagType is not the value 1 which it code knows about or if no
1705 if (TagType != 1 || !info->verbose)