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 40 AllowTemporaryLabels(true), DwarfCompileUnitID(0),
91 AllowTemporaryLabels = true;
150 if (AllowTemporaryLabels)
  /external/llvm/include/llvm/MC/
MCContext.h 160 bool AllowTemporaryLabels;
226 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; }

Completed in 45 milliseconds