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

  /external/llvm/include/llvm/MC/
MCSymbol.h 115 /// setSection - Mark the symbol as defined in the section \arg S.
116 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/lib/MC/
MCSymbol.cpp 62 setSection(*Section);
MCNullStreamer.cpp 37 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 122 Symbol->setSection(*getCurrentSection());
307 Symbol->setSection(*Section);
MCELFStreamer.cpp 127 void SetSection(StringRef Section, unsigned Type, unsigned Flags,
133 SetSection(".data", ELF::SHT_PROGBITS,
139 SetSection(".text", ELF::SHT_PROGBITS,
145 SetSection(".bss", ELF::SHT_NOBITS,
335 Symbol->setSection(*Section);
403 Symbol->setSection(*getCurrentSection());
MCPureStreamer.cpp 119 Symbol->setSection(*getCurrentSection());
WinCOFFStreamer.cpp 91 void SetSection(StringRef Section,
98 SetSection(".text",
107 SetSection(".data",
116 SetSection(".bss",
162 Symbol->setSection(*Section);
MCStreamer.cpp 182 Symbol->setSection(*getCurrentSection());
  /external/llvm/include/llvm/
GlobalValue.h 98 void setSection(StringRef S) { Section = S; }
  /external/llvm/lib/VMCore/
Globals.cpp 52 setSection(Src->getSection());
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 559 GV->setSection(SA->getName());
610 F->setSection(SA->getName());
643 GV->setSection("llvm.metadata");
697 gv->setSection(AnnotationSection);
709 gv->setSection(AnnotationSection);
    [all...]
CGDeclCXX.cpp 279 Fn->setSection(Section);
CGDecl.cpp 313 var->setSection(SA->getName());
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 323 LLVMCompilerUsed->setSection("llvm.metadata");
LTOModule.cpp 590 Symbol->setSection(*getCurrentSection());
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 244 Symbol->setSection(*getCurrentSection());
  /external/llvm/lib/AsmParser/
LLParser.cpp 722 GV->setSection(Lex.getStrVal());
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1048 milliseconds