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

  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 39 virtual bool UseCodeAlign() const { return false; }
  /external/llvm/include/llvm/MC/
MCSection.h 67 // UseCodeAlign - Return true if a .align directive should use
69 virtual bool UseCodeAlign() const = 0;
MCSectionCOFF.h 64 virtual bool UseCodeAlign() const;
MCSectionELF.h 74 virtual bool UseCodeAlign() const;
MCSectionMachO.h 179 virtual bool UseCodeAlign() const;
  /external/llvm/lib/MC/
MCSectionCOFF.cpp 78 bool MCSectionCOFF::UseCodeAlign() const {
MCSectionELF.cpp 134 bool MCSectionELF::UseCodeAlign() const {
MCSectionMachO.cpp 156 bool MCSectionMachO::UseCodeAlign() const {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 63 milliseconds