Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
DMCSectionWasm.cpp92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp192 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
DMCAssembler.cpp330 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
842 if (Sec.UseCodeAlign() && AF->hasEmitNops()) { in layout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h81 bool UseCodeAlign() const override;
DMCSectionCOFF.h79 bool UseCodeAlign() const override;
DMCSectionXCOFF.h70 bool UseCodeAlign() const override;
DMCSectionWasm.h65 bool UseCodeAlign() const override;
DMCSectionELF.h80 bool UseCodeAlign() const override;
DMCSection.h181 virtual bool UseCodeAlign() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp885 if (Section.UseCodeAlign()) in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3335 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3337 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3686 if (Section->UseCodeAlign()) in parseDirectiveEven()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11316 if (Section->UseCodeAlign()) in parseDirectiveEven()
11518 if (Section->UseCodeAlign()) in parseDirectiveAlign()