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 40 virtual bool UseCodeAlign() const { return false; }
  /external/llvm/include/llvm/MC/
MCSection.h 69 // UseCodeAlign - Return true if a .align directive should use
71 virtual bool UseCodeAlign() const = 0;
MCSectionCOFF.h 79 virtual bool UseCodeAlign() const;
MCSectionELF.h 75 virtual bool UseCodeAlign() const;
MCSectionMachO.h 180 virtual bool UseCodeAlign() const;
  /external/llvm/lib/MC/
MCSectionCOFF.cpp 93 bool MCSectionCOFF::UseCodeAlign() const {
MCSectionELF.cpp 142 bool MCSectionELF::UseCodeAlign() const {
MCSectionMachO.cpp 157 bool MCSectionMachO::UseCodeAlign() const {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 59 milliseconds