/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 37 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
|
/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-7.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 82 bool UseCodeAlign() const override;
|
D | MCSectionCOFF.h | 82 bool UseCodeAlign() const override;
|
D | MCSectionWasm.h | 67 bool UseCodeAlign() const override;
|
D | MCSectionELF.h | 83 bool UseCodeAlign() const override;
|
D | MCSection.h | 178 virtual bool UseCodeAlign() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
|
D | MCSectionCOFF.cpp | 110 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 188 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
|
D | MCSectionMachO.cpp | 168 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
|
/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
|
D | MCSectionMachO.cpp | 156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 771 if (Section.UseCodeAlign()) in finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 882 if (Section.UseCodeAlign()) in finish()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2995 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local 2997 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3269 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local 3271 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2957 if (Section->UseCodeAlign()) in parseDirectiveEven()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3337 if (Section->UseCodeAlign()) in parseDirectiveEven()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 10089 if (Section->UseCodeAlign()) in parseDirectiveEven() 10291 if (Section->UseCodeAlign()) in parseDirectiveAlign()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9855 if (Section->UseCodeAlign()) in parseDirectiveEven() 10134 if (Section->UseCodeAlign()) in parseDirectiveAlign()
|