HomeSort by relevance Sort by last modified time
    Searched refs:SectionKind (Results 26 - 43 of 43) sorted by null

12

  /external/llvm/lib/MC/
MCELFStreamer.cpp 37 unsigned Flags, SectionKind Kind) {
45 SectionKind::getDataRel());
53 SectionKind::getText());
61 SectionKind::getBSS());
243 SectionKind::getBSS());
MCSectionELF.cpp 142 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) {
ELFObjectWriter.cpp 661 const SectionKind secKind = Section.getKind();
    [all...]
MCWin64EH.cpp 232 SectionKind::getDataRel());
242 SectionKind::getDataRel());
MCMachOStreamer.cpp 106 SectionKind::getText()));
337 0, SectionKind::getBSS()),
MCPureStreamer.cpp 119 0, SectionKind::getText()));
MCSectionMachO.cpp 76 unsigned TAA, unsigned reserved2, SectionKind K)
MCAsmStreamer.cpp 139 0, SectionKind::getText()));
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 36 SectionKind Kind);
86 SectionKind::getText());
93 SectionKind::getDataRel());
100 SectionKind::getBSS());
166 SectionKind Kind) {
DarwinAsmParser.cpp 372 isText ? SectionKind::getText()
373 : SectionKind::getDataRel()));
540 isText ? SectionKind::getText()
541 : SectionKind::getDataRel()));
691 0, SectionKind::getThreadBSS()),
720 0, SectionKind::getBSS()));
778 0, SectionKind::getBSS()),
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 16 #include "llvm/MC/SectionKind.h"
117 SectionKind Kind);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 128 0, SectionKind::getMetadata());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 729 SectionKind::getReadOnly());
763 SectionKind::getReadOnly());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 280 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 540 5, SectionKind::getMetadata());
564 SectionKind::getMetadata());
  /external/valgrind/main/VEX/switchback/
linker.c 113 SectionKind;
119 SectionKind kind;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 49 SectionKind;
55 SectionKind kind;
977 SectionKind kind = SECTIONKIND_OTHER;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 614 12, SectionKind::getText());
620 16, SectionKind::getText());
627 SectionKind::getText());
    [all...]

Completed in 868 milliseconds

12