Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSection.h64 virtual bool UseCodeAlign() const = 0;
DMCSectionCOFF.h58 virtual bool UseCodeAlign() const;
DMCSectionELF.h66 virtual bool UseCodeAlign() const;
DMCSectionMachO.h170 virtual bool UseCodeAlign() const;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp134 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.cpp1908 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local
1910 ValueSize == 1 && UseCodeAlign) { in ParseDirectiveAlign()