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

  /external/llvm/include/llvm/MC/
MCSection.h 61 // UseCodeAlign - Return true if a .align directive should use
63 virtual bool UseCodeAlign() const = 0;
MCSectionCOFF.h 58 virtual bool UseCodeAlign() const;
MCSectionELF.h 67 virtual bool UseCodeAlign() const;
MCSectionMachO.h 171 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 {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 151 bool UseCodeAlign() const
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 66 milliseconds