Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSectionXCOFF.cpp121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
DMCSectionELF.cpp208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3482 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local