Searched refs:AllowTemporaryLabels (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h129 bool AllowTemporaryLabels; member in class:llvm::MCContext
155 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp39 AllowTemporaryLabels(true) {
89 if (AllowTemporaryLabels)

Completed in 168 milliseconds