OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DescValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
403
int64_t
DescValue
;
404
if (getParser().parseAbsoluteExpression(
DescValue
))
412
// Set the n_desc field of this Symbol to this
DescValue
413
getStreamer().EmitSymbolDesc(Sym,
DescValue
);
/external/llvm/lib/MC/
MCAsmStreamer.cpp
159
virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned
DescValue
);
496
void MCAsmStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned
DescValue
) {
497
OS << ".desc" << ' ' << *Symbol << ',' <<
DescValue
;
[
all
...]
Completed in 5586 milliseconds