OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoInitialTextSection
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/driver/
cc1as_main.cpp
86
unsigned
NoInitialTextSection
: 1;
132
NoInitialTextSection
= 0;
193
Opts.
NoInitialTextSection
= Args->hasArg(OPT_n);
400
Failed = Parser->Run(Opts.
NoInitialTextSection
);
/external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h
104
virtual bool Run(bool
NoInitialTextSection
, bool NoFinalize = false) = 0;
/external/llvm/tools/llvm-mc/
llvm-mc.cpp
146
NoInitialTextSection
("n", cl::desc("Don't assume assembly file starts "
338
int Res = Parser->Run(
NoInitialTextSection
);
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
188
bool Run(bool
NoInitialTextSection
, bool NoFinalize = false) override;
619
bool AsmParser::Run(bool
NoInitialTextSection
, bool NoFinalize) {
621
if (!
NoInitialTextSection
)
[
all
...]
Completed in 196 milliseconds