OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
535
const MCSection *
TheSection
=
541
OutStreamer.SwitchSection(
TheSection
);
561
const MCSection *
TheSection
=
565
OutStreamer.SwitchSection(
TheSection
);
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
312
const MCSection *
TheSection
=
315
OutStreamer.EmitZerofill(
TheSection
, GVSym, Size, Align);
341
const MCSection *
TheSection
=
352
OutStreamer.EmitZerofill(
TheSection
, GVSym, Size, 1 << AlignLog);
372
TheSection
= getObjFileLowering().getTLSBSSSection();
373
OutStreamer.EmitTBSSSymbol(
TheSection
, MangSym, Size, 1 << AlignLog);
375
OutStreamer.SwitchSection(
TheSection
);
408
OutStreamer.SwitchSection(
TheSection
);
[
all
...]
Completed in 295 milliseconds