Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp166 NoInitialTextSection("n", variable
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp92 unsigned NoInitialTextSection : 1; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp968 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
H A DMasmParser.cpp1338 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()