Home
last modified time | relevance | path

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

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