Home
last modified time | relevance | path

Searched defs:useCodeAlign (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionGOFF.h42 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 DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCSectionXCOFF.cpp121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp171 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 DAsmParser.cpp3482 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local