HomeSort by relevance Sort by last modified time
    Searched refs:getDataRel (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 66 SectionKind::getDataRel());
74 SectionKind::getDataRel());
84 SectionKind::getDataRel());
89 SectionKind::getDataRel());
131 SectionKind::getDataRel());
153 SectionKind::getDataRel());
156 SectionKind::getDataRel());
161 SectionKind::getDataRel());
165 SectionKind::getDataRel());
427 SectionKind::getDataRel());
    [all...]
MCWin64EH.cpp 248 SectionKind::getDataRel());
258 SectionKind::getDataRel());
MCAsmStreamer.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 58 SectionKind::getDataRel()));
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 39 SectionKind::getDataRel());
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 34 SectionKind::getDataRel());
MipsAsmPrinter.cpp 687 SectionName, ELF::SHT_PROGBITS, 0, SectionKind::getDataRel()));
701 SectionKind::getDataRel()));
705 SectionKind::getDataRel()));
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 229 static SectionKind getDataRel() { return get(DataRel); }
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 53 new NVPTXSection(MCSection::SV_ELF, SectionKind::getDataRel());
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 38 SectionKind::getDataRel());
43 SectionKind::getDataRel());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 73 SectionKind::getDataRel(),
368 SectionKind::getDataRel());
373 SectionKind::getDataRel());
388 SectionKind::getDataRel());
393 SectionKind::getDataRel());
407 SectionKind::getDataRel());
412 SectionKind::getDataRel());
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 85 SectionKind::getDataRel());
118 SectionKind::getDataRel());
136 SectionKind::getDataRel());
303 return SectionKind::getDataRel();
COFFAsmParser.cpp 104 SectionKind::getDataRel());
154 return SectionKind::getDataRel();
DarwinAsmParser.cpp 386 : SectionKind::getDataRel()));
587 : SectionKind::getDataRel()));
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 251 return SectionKind::getDataRel();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]

Completed in 2725 milliseconds