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

  /external/llvm/lib/MC/
MCContext.cpp 39 AllowTemporaryLabels(true), DwarfCompileUnitID(0),
87 AllowTemporaryLabels = true;
116 if (AllowTemporaryLabels)
  /external/llvm/include/llvm/MC/
MCContext.h 158 bool AllowTemporaryLabels;
192 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; }

Completed in 202 milliseconds