Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h74 bool UseCodeAlign() const override;
H A DMCSectionCOFF.h75 bool UseCodeAlign() const override;
H A DMCSectionELF.h84 bool UseCodeAlign() const override;
H A DMCSectionWasm.h64 bool UseCodeAlign() const override;
H A DMCSectionXCOFF.h107 bool UseCodeAlign() const override;
H A DMCSection.h186 virtual bool UseCodeAlign() const = 0;
/netbsd-src/external/apache2/llvm/dist/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()
887 if (Sec.UseCodeAlign() && AF.hasEmitNops()) in layout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp904 if (Section.UseCodeAlign()) in finish()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3443 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3445 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
H A DMasmParser.cpp4498 if (Section->UseCodeAlign()) { in parseDirectiveAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4722 if (Section->UseCodeAlign()) in parseDirectiveEven()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11784 if (Section->UseCodeAlign()) in parseDirectiveEven()
11986 if (Section->UseCodeAlign()) in parseDirectiveAlign()