Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp112 static const bool NoInitialTextSection = false; in AssembleInput() local
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp166 NoInitialTextSection("n", variable
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned NoInitialTextSection : 1; member
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp964 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
H A DMasmParser.cpp1318 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()