HomeSort by relevance Sort by last modified time
    Searched refs:HasSemantics (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.h 126 bool HasSemantics;
198 /// hasSemantics - reports whether the disassembler can provide operands and
200 bool hasSemantics() {
201 return HasSemantics;
EDDisassembler.cpp 127 HasSemantics(false),

Completed in 4332 milliseconds