Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
H A DMCSectionMachO.h74 bool UseCodeAlign() const override;
H A DMCSectionCOFF.h75 bool UseCodeAlign() const override;
H A DMCSectionWasm.h64 bool UseCodeAlign() const override;
H A DMCSectionELF.h84 bool UseCodeAlign() const override;
H A DMCSectionXCOFF.h107 bool UseCodeAlign() const override;
H A DMCSection.h193 virtual bool UseCodeAlign() const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
H A DMCSectionELF.cpp199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
H A DMCAssembler.cpp334 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
868 if (Sec.UseCodeAlign() && AF.hasEmitNops()) in layout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp904 if (Section.UseCodeAlign()) in finish()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3451 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3453 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
H A DMasmParser.cpp4774 if (Section->UseCodeAlign()) { in emitAlignTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4723 if (Section->UseCodeAlign()) in parseDirectiveEven()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11785 if (Section->UseCodeAlign()) in parseDirectiveEven()
11987 if (Section->UseCodeAlign()) in parseDirectiveAlign()