Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionWasm.cpp94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp110 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionELF.cpp191 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp168 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h82 bool UseCodeAlign() const override;
H A DMCSectionCOFF.h82 bool UseCodeAlign() const override;
H A DMCSectionWasm.h67 bool UseCodeAlign() const override;
H A DMCSectionELF.h83 bool UseCodeAlign() const override;
H A DMCSection.h185 virtual bool UseCodeAlign() const = 0;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp889 if (Section.UseCodeAlign()) in finish()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3284 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3286 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3356 if (Section->UseCodeAlign()) in parseDirectiveEven()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10129 if (Section->UseCodeAlign()) in parseDirectiveEven()
10331 if (Section->UseCodeAlign()) in parseDirectiveAlign()