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
339
int64_t
DescValue
;
340
if (getParser().ParseAbsoluteExpression(
DescValue
))
348
// Set the n_desc field of this Symbol to this
DescValue
349
getStreamer().EmitSymbolDesc(Sym,
DescValue
);
/external/llvm/lib/MC/
MCAsmStreamer.cpp
149
virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned
DescValue
);
441
void MCAsmStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned
DescValue
) {
442
OS << ".desc" << ' ' << *Symbol << ',' <<
DescValue
;
[
all
...]
Completed in 48 milliseconds