Home
last modified time | relevance | path

Searched refs:UseCodeAlign (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionXCOFF.cpp71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
HDMCSectionWasm.cpp92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
HDMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
HDMCSectionELF.cpp192 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
HDMCSectionMachO.cpp167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
HDMCAssembler.cpp330 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
842 if (Sec.UseCodeAlign() && AF->hasEmitNops()) { in layout()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionMachO.h81 bool UseCodeAlign() const override;
HDMCSectionCOFF.h79 bool UseCodeAlign() const override;
HDMCSectionXCOFF.h70 bool UseCodeAlign() const override;
HDMCSectionWasm.h65 bool UseCodeAlign() const override;
HDMCSectionELF.h80 bool UseCodeAlign() const override;
HDMCSection.h181 virtual bool UseCodeAlign() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp885 if (Section.UseCodeAlign()) in finish()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3335 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3337 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp3686 if (Section->UseCodeAlign()) in parseDirectiveEven()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp11316 if (Section->UseCodeAlign()) in parseDirectiveEven()
11518 if (Section->UseCodeAlign()) in parseDirectiveAlign()