Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h39 virtual bool UseCodeAlign() const { return false; } in UseCodeAlign() function
/external/llvm/include/llvm/MC/
DMCSection.h69 virtual bool UseCodeAlign() const = 0;
DMCSectionCOFF.h64 virtual bool UseCodeAlign() const;
DMCSectionELF.h74 virtual bool UseCodeAlign() const;
DMCSectionMachO.h179 virtual bool UseCodeAlign() const;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp134 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.cpp2482 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local
2484 ValueSize == 1 && UseCodeAlign) { in ParseDirectiveAlign()