Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h42 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 DMCSectionELF.h82 bool useCodeAlign() const override;
H A DMCSectionWasm.h64 bool useCodeAlign() const override;
H A DMCSectionXCOFF.h115 bool useCodeAlign() const override;
H A DMCSection.h201 virtual bool useCodeAlign() const = 0;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionELF.cpp208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
H A DMCAssembler.cpp338 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
877 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp917 if (Section.useCodeAlign()) in finish()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3486 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local
3488 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign()
H A DMasmParser.cpp4738 if (Section->useCodeAlign()) { in emitAlignTo()
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4730 if (Section->useCodeAlign()) in parseDirectiveEven()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11859 if (Section->useCodeAlign()) in parseDirectiveEven()
12057 if (Section->useCodeAlign()) in parseDirectiveAlign()