Home
last modified time | relevance | path

Searched refs:setAllowTemporaryLabels (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp149 Context.setAllowTemporaryLabels(false); in createMCStreamer()
271 Ctx->setAllowTemporaryLabels(false); in addPassesToEmitMC()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp343 Ctx.setAllowTemporaryLabels(false); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp435 Ctx.setAllowTemporaryLabels(false); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h456 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels() function
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp460 Ctx.setAllowTemporaryLabels(false); in ExecuteAssemblerImpl()