Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h39 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/external/llvm/include/llvm/MC/
DMCSection.h63 virtual bool UseCodeAlign() const = 0;
DMCSectionCOFF.h72 bool UseCodeAlign() const override;
DMCSectionMachO.h82 bool UseCodeAlign() const override;
DMCSectionELF.h80 bool UseCodeAlign() const override;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp160 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.cpp2737 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
2739 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9658 if (Section->UseCodeAlign()) in parseDirectiveEven()
9943 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()