Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h37 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSection.h64 virtual bool UseCodeAlign() const = 0;
DMCSectionCOFF.h58 virtual bool UseCodeAlign() const;
DMCSectionELF.h66 virtual bool UseCodeAlign() const;
DMCSectionMachO.h170 virtual bool UseCodeAlign() const;
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionWasm.cpp94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionCOFF.cpp110 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp188 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp168 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/external/llvm/include/llvm/MC/
DMCSectionMachO.h81 bool UseCodeAlign() const override;
DMCSectionCOFF.h78 bool UseCodeAlign() const override;
DMCSectionELF.h83 bool UseCodeAlign() const override;
DMCSection.h193 virtual bool UseCodeAlign() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h82 bool UseCodeAlign() const override;
DMCSectionCOFF.h82 bool UseCodeAlign() const override;
DMCSectionWasm.h67 bool UseCodeAlign() const override;
DMCSectionELF.h83 bool UseCodeAlign() const override;
DMCSection.h178 virtual bool UseCodeAlign() const = 0;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2016 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local
2018 ValueSize == 1 && UseCodeAlign) { in ParseDirectiveAlign()

12