Home
last modified time | relevance | path

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

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