Home
last modified time | relevance | path

Searched refs:useCodeAlign (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionDXContainer.h33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h43 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionCOFF.h78 bool useCodeAlign() const override;
H A DMCSectionMachO.h81 bool useCodeAlign() const override;
H A DMCSectionWasm.h70 bool useCodeAlign() const override;
H A DMCSectionELF.h90 bool useCodeAlign() const override;
H A DMCSectionXCOFF.h121 bool useCodeAlign() const override;
H A DMCSection.h193 virtual bool useCodeAlign() const = 0;
/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionELF.cpp211 bool MCSectionELF::useCodeAlign() const { in useCodeAlign()
209 bool MCSectionELF::useCodeAlign() const { useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
H A DMCAssembler.cpp282 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
965 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp920 if (Section.useCodeAlign()) in finish()
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3512 if (Section->useCodeAlign() && !HasFillExpr) { in parseDirectiveFile()
3487 bool useCodeAlign = Section->useCodeAlign(); parseDirectiveAlign() local
H A DMasmParser.cpp4706 if (Section->useCodeAlign()) { in emitAlignTo()
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4783 if (Section->useCodeAlign())
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12328 if (Section->useCodeAlign()) in parseDirectiveUnwindRaw()
12526 if (Section->useCodeAlign()) in parseDirectiveSEHSaveRegs()