/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCSectionDXContainer.h | 32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionSPIRV.h | 35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionGOFF.h | 42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCSectionDXContainer.h | 32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionSPIRV.h | 35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionGOFF.h | 42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCSectionDXContainer.h | 32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionSPIRV.h | 35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionGOFF.h | 42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCSectionDXContainer.h | 32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
H A D | MCSectionSPIRV.h | 35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
H A D | MCSectionGOFF.h | 42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCSectionDXContainer.h | 32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionSPIRV.h | 35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
D | MCSectionGOFF.h | 42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCSectionXCOFF.cpp | 121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
|
H A D | MCSectionCOFF.cpp | 109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
|
H A D | MCSectionWasm.cpp | 104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
|
H A D | MCSectionELF.cpp | 208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
|
H A D | MCSectionMachO.cpp | 171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3482 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local
|