Searched refs:UseCodeAlign (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h40 bool UseCodeAlign() const override { return false; }
/external/llvm/include/llvm/MC/
H A DMCSection.h68 // UseCodeAlign - Return true if a .align directive should use
70 virtual bool UseCodeAlign() const = 0;
H A DMCSectionCOFF.h77 bool UseCodeAlign() const override;
H A DMCSectionELF.h83 bool UseCodeAlign() const override;
H A DMCSectionMachO.h90 bool UseCodeAlign() const override;
/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp98 bool MCSectionCOFF::UseCodeAlign() const { function in class:MCSectionCOFF
H A DMCSectionELF.cpp153 bool MCSectionELF::UseCodeAlign() const { function in class:MCSectionELF
H A DMCSectionMachO.cpp154 bool MCSectionMachO::UseCodeAlign() const { function in class:MCSectionMachO
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2730 bool UseCodeAlign = Section->UseCodeAlign(); local
2732 ValueSize == 1 && UseCodeAlign) {
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9016 if (Section->UseCodeAlign())
9295 if (getStreamer().getCurrentSection().first->UseCodeAlign())

Completed in 144 milliseconds