Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp155 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
/aosp_15_r20/external/clang/tools/driver/
H A Dcc1as_main.cpp85 unsigned NoInitialTextSection : 1; member
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp697 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp885 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()