HomeSort by: relevance | last modified time | path
    Searched refs:isBundlingEnabled (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCELFStreamer.cpp 56 if (Assembler.isBundlingEnabled() && Assembler.getRelaxAll()) {
141 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() &&
555 if (Assembler.isBundlingEnabled()) {
611 if (Assembler.isBundlingEnabled() && Assembler.getRelaxAll()) {
634 if (!getAssembler().isBundlingEnabled())
654 if (!getAssembler().isBundlingEnabled())
MCObjectStreamer.cpp 200 if (Assembler.isBundlingEnabled())
278 if (F && !(getAssembler().isBundlingEnabled() &&
407 (Assembler.isBundlingEnabled() && Sec->isBundleLocked())) {
421 if (getAssembler().getRelaxAll() && getAssembler().isBundlingEnabled())
MCAssembler.cpp 445 if (Assembler.isBundlingEnabled() && F->hasInstructions()) {
480 assert(isBundlingEnabled() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h 331 bool isBundlingEnabled() const { return BundleAlignSize != 0; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 576 if (OS.getAssembler().isBundlingEnabled())

Completed in 22 milliseconds