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

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 45 /// InConstantPool - Maintain state when emitting a sequence of constant
47 bool InConstantPool;
51 InConstantPool(false) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 56 /// InConstantPool - Maintain state when emitting a sequence of constant
58 bool InConstantPool;
93 : AsmPrinter(TM, Streamer), MCP(nullptr), InConstantPool(false),

Completed in 1163 milliseconds