Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionCOFF.cpp78 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp134 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp156 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionCOFF.cpp110 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionWasm.cpp94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionELF.cpp188 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp168 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/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/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2016 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); in ParseDirectiveAlign() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2995 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3269 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local