/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 37 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionXCOFF.cpp | 71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
|
D | MCSectionWasm.cpp | 92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
|
D | MCSectionCOFF.cpp | 107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionXCOFF.cpp | 76 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
|
D | MCSectionWasm.cpp | 93 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
|
D | MCSectionCOFF.cpp | 107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 74 bool UseCodeAlign() const override;
|
D | MCSectionCOFF.h | 75 bool UseCodeAlign() const override;
|
D | MCSectionWasm.h | 59 bool UseCodeAlign() const override;
|
D | MCSectionELF.h | 79 bool UseCodeAlign() const override;
|
D | MCSectionXCOFF.h | 78 bool UseCodeAlign() const override;
|
D | MCSection.h | 186 virtual bool UseCodeAlign() const = 0;
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 78 bool UseCodeAlign() const override;
|
D | MCSectionMachO.h | 81 bool UseCodeAlign() const override;
|
D | MCSectionELF.h | 83 bool UseCodeAlign() const override;
|
D | MCSection.h | 193 virtual bool UseCodeAlign() const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 81 bool UseCodeAlign() const override;
|
D | MCSectionCOFF.h | 79 bool UseCodeAlign() const override;
|
D | MCSectionXCOFF.h | 70 bool UseCodeAlign() const override;
|
D | MCSectionWasm.h | 65 bool UseCodeAlign() const override;
|
D | MCSectionELF.h | 80 bool UseCodeAlign() const override;
|
D | MCSection.h | 181 virtual bool UseCodeAlign() const = 0;
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
|