Searched refs:setAllowTemporaryLabels (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLLVMTargetMachine.cpp154 Context->setAllowTemporaryLabels(false);
261 Ctx->setAllowTemporaryLabels(false);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h155 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } function in class:llvm::MCContext
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp379 Ctx.setAllowTemporaryLabels(false);

Completed in 54 milliseconds