Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeMCTargetDesc.cpp80 bool NoExecStack) { in createMCStreamer()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp86 bool NoExecStack) { in createMCStreamer()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp99 bool NoExecStack) { in createMCStreamer()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp157 bool NoExecStack) { in createMCStreamer()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp387 bool NoExecStack) { in createMCStreamer()
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp62 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCELFStreamer.cpp89 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCStreamer.cpp231 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp71 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack")); variable
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFStreamer.cpp380 bool RelaxAll, bool NoExecStack) { in createELFStreamer()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp173 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/external/clang/tools/driver/
Dcc1as_main.cpp125 unsigned NoExecStack : 1; member
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h416 bool NoExecStack) const { in createMCObjectStreamer()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h697 unsigned NoExecStack : 1; variable