OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjectFileInfo
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
68
SwitchSection(getContext().
getObjectFileInfo
()->getTextSection());
71
SwitchSection(getContext().
getObjectFileInfo
()->getDataSection());
74
SwitchSection(getContext().
getObjectFileInfo
()->getBSSSection());
77
SwitchSection(getContext().
getObjectFileInfo
()->getTextSection());
201
const MCSection *Section = getContext().
getObjectFileInfo
()->getBSSSection();
MCDwarf.cpp
199
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfLineSection());
220
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfLineSection());
515
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfAbbrevSection());
569
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfARangesSection());
640
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfInfoSection());
808
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfRangesSection());
867
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfInfoSection());
872
MCOS->SwitchSection(context.
getObjectFileInfo
()->getDwarfAbbrevSection());
[
all
...]
MCELFStreamer.cpp
44
SwitchSection(getContext().
getObjectFileInfo
()->getTextSection());
47
SwitchSection(getContext().
getObjectFileInfo
()->getDataSection());
50
SwitchSection(getContext().
getObjectFileInfo
()->getBSSSection());
53
SwitchSection(getContext().
getObjectFileInfo
()->getTextSection());
MCWin64EH.cpp
243
return context.
getObjectFileInfo
()->getXDataSection();
254
return context.
getObjectFileInfo
()->getPDataSection();
MCMachOStreamer.cpp
357
return EmitZerofill(getContext().
getObjectFileInfo
()->getDataBSSSection(),
MCAsmStreamer.cpp
[
all
...]
MCStreamer.cpp
218
SwitchSection(getContext().
getObjectFileInfo
()->getTextSection());
/external/llvm/include/llvm/MC/
MCContext.h
190
const MCObjectFileInfo *
getObjectFileInfo
() const { return MOFI; }
/external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp
701
getContext().
getObjectFileInfo
()->getRelocM() == Reloc::PIC_)
892
bool isPIC = getContext().
getObjectFileInfo
()->getRelocM() == Reloc::PIC_;
/external/llvm/lib/CodeGen/
StackMaps.cpp
492
OutContext.
getObjectFileInfo
()->getStackMapSection();
/external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
383
const Triple &T = getContext().
getObjectFileInfo
()->getTargetTriple();
AsmParser.cpp
505
switch (_Ctx.
getObjectFileInfo
()->getObjectFileType()) {
[
all
...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
253
Pic = (MCA.getContext().
getObjectFileInfo
()->getRelocM() == Reloc::PIC_)
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 360 milliseconds