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

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp166 Context->setAllowTemporaryLabels(false);
264 Ctx->setAllowTemporaryLabels(false);
/external/llvm/include/llvm/MC/
H A DMCContext.h192 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } function in class:llvm::MCContext
/external/clang/tools/driver/
H A Dcc1as_main.cpp330 Ctx.setAllowTemporaryLabels(false);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp409 Ctx.setAllowTemporaryLabels(false);

Completed in 487 milliseconds