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 40 SectionKind::getDataRel());
45 SectionKind::getDataRel());
55 SectionKind::getDataRel());
60 SectionKind::getDataRel());
107 SectionKind::getDataRel());
129 SectionKind::getDataRel());
132 SectionKind::getDataRel());
137 SectionKind::getDataRel());
141 SectionKind::getDataRel());
288 SectionKind::getDataRel());
    [all...]
MCWin64EH.cpp 232 SectionKind::getDataRel());
242 SectionKind::getDataRel());
MCELFStreamer.cpp 137 SectionKind::getDataRel());
WinCOFFStreamer.cpp 111 SectionKind::getDataRel());
MCAsmStreamer.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 38 SectionKind::getDataRel());
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 29 SectionKind::getDataRel());
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 26 SectionKind::getDataRel());
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 34 SectionKind::getDataRel());
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 52 SectionKind::getDataRel());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 78 SectionKind::getDataRel(),
357 SectionKind::getDataRel());
362 SectionKind::getDataRel());
377 SectionKind::getDataRel());
382 SectionKind::getDataRel());
396 SectionKind::getDataRel());
401 SectionKind::getDataRel());
  /external/llvm/include/llvm/MC/
SectionKind.h 229 static SectionKind getDataRel() { return get(DataRel); }
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 84 SectionKind::getDataRel());
117 SectionKind::getDataRel());
135 SectionKind::getDataRel());
271 return SectionKind::getDataRel();
DarwinAsmParser.cpp 321 : SectionKind::getDataRel()));
462 : SectionKind::getDataRel()));
COFFAsmParser.cpp 92 SectionKind::getDataRel());
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 236 return SectionKind::getDataRel();

Completed in 1054 milliseconds