Home
last modified time | relevance | path

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

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