Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h71 bool UseCodeAlign() const override;
DMCSectionMachO.h81 bool UseCodeAlign() const override;
DMCSectionELF.h82 bool UseCodeAlign() const override;
DMCSection.h194 virtual bool UseCodeAlign() const = 0;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2871 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
2873 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2866 if (Section->UseCodeAlign()) in parseDirectiveEven()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9589 if (Section->UseCodeAlign()) in parseDirectiveEven()
9866 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()