Home
last modified time | relevance | path

Searched defs:NoInitialTextSection (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp110 static const bool NoInitialTextSection = false; in AssembleInput() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp145 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned NoInitialTextSection : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp944 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
H A DMasmParser.cpp1210 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()