Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp168 NoInitialTextSection("n", variable
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned NoInitialTextSection : 1; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp948 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
H A DMasmParser.cpp1319 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()