HomeSort by relevance Sort by last modified time
    Searched refs:UseCodeAlign (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 40 bool UseCodeAlign() const override { return false; }
  /external/llvm/include/llvm/MC/
MCSection.h 68 // UseCodeAlign - Return true if a .align directive should use
70 virtual bool UseCodeAlign() const = 0;
MCSectionCOFF.h 77 bool UseCodeAlign() const override;
MCSectionELF.h 83 bool UseCodeAlign() const override;
MCSectionMachO.h 90 bool UseCodeAlign() const override;
  /external/llvm/lib/MC/
MCSectionCOFF.cpp 98 bool MCSectionCOFF::UseCodeAlign() const {
MCSectionELF.cpp 153 bool MCSectionELF::UseCodeAlign() const {
MCSectionMachO.cpp 154 bool MCSectionMachO::UseCodeAlign() const {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 136 milliseconds