Searched refs:UseCodeAlign (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp75 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } function in class:MCSectionXCOFF
H A DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { function in class:MCSectionCOFF
H A DMCSectionWasm.cpp93 bool MCSectionWasm::UseCodeAlign() const { return false; } function in class:MCSectionWasm
H A DMCSectionELF.cpp192 bool MCSectionELF::UseCodeAlign() const { function in class:MCSectionELF
H A DMCSectionMachO.cpp162 bool MCSectionMachO::UseCodeAlign() const { function in class:MCSectionMachO
H A DMCAssembler.cpp331 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() &&
835 if (Sec.UseCodeAlign() && AF.hasEmitNops())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h75 bool UseCodeAlign() const override;
H A DMCSectionELF.h79 bool UseCodeAlign() const override;
H A DMCSectionMachO.h74 bool UseCodeAlign() const override;
H A DMCSectionWasm.h59 bool UseCodeAlign() const override;
H A DMCSectionXCOFF.h75 bool UseCodeAlign() const override;
H A DMCSection.h186 virtual bool UseCodeAlign() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp904 if (Section.UseCodeAlign())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3348 bool UseCodeAlign = Section->UseCodeAlign(); local
3350 ValueSize == 1 && UseCodeAlign) {
H A DMasmParser.cpp4203 if (Section->UseCodeAlign()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4010 if (Section->UseCodeAlign())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11605 if (Section->UseCodeAlign())
11807 if (Section->UseCodeAlign())

Completed in 116 milliseconds