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

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 43 /// InConstantPool - Maintain state when emitting a sequence of constant
45 bool InConstantPool;
48 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) {
ARMAsmPrinter.cpp 293 if (!InConstantPool)
295 InConstantPool = false;
    [all...]

Completed in 1014 milliseconds