Home
last modified time | relevance | path

Searched defs:UseCodeAlign (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionXCOFF.cpp71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp192 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h37 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/aosp_15_r20/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionELF.cpp162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2995 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3335 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local