HomeSort by relevance Sort by last modified time
    Searched refs:setAllowTemporaryLabels (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 162 Context->setAllowTemporaryLabels(false);
266 Ctx->setAllowTemporaryLabels(false);
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 211 Context->setAllowTemporaryLabels(false);
223 Context->setAllowTemporaryLabels(false);
  /external/llvm/include/llvm/MC/
MCContext.h 181 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; }
  /external/clang/tools/driver/
cc1as_main.cpp 310 Ctx.setAllowTemporaryLabels(false);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 395 Ctx.setAllowTemporaryLabels(false);

Completed in 90 milliseconds