Home
last modified time | relevance | path

Searched refs:UseCodeAlign (Results 1 – 25 of 45) 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-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
DMCSectionWasm.cpp92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
/external/llvm-project/llvm/lib/MC/
DMCSectionXCOFF.cpp76 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
DMCSectionWasm.cpp93 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionMachO.h74 bool UseCodeAlign() const override;
DMCSectionCOFF.h75 bool UseCodeAlign() const override;
DMCSectionWasm.h59 bool UseCodeAlign() const override;
DMCSectionELF.h79 bool UseCodeAlign() const override;
DMCSectionXCOFF.h78 bool UseCodeAlign() const override;
DMCSection.h186 virtual bool UseCodeAlign() const = 0;
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h78 bool UseCodeAlign() const override;
DMCSectionMachO.h81 bool UseCodeAlign() const override;
DMCSectionELF.h83 bool UseCodeAlign() const override;
DMCSection.h193 virtual bool UseCodeAlign() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h81 bool UseCodeAlign() const override;
DMCSectionCOFF.h79 bool UseCodeAlign() const override;
DMCSectionXCOFF.h70 bool UseCodeAlign() const override;
DMCSectionWasm.h65 bool UseCodeAlign() const override;
DMCSectionELF.h80 bool UseCodeAlign() const override;
DMCSection.h181 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

12