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

  /external/llvm/include/llvm/MC/
MCSymbol.h 116 /// setSection - Mark the symbol as defined in the section \arg S.
117 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/lib/MC/
MCSymbol.cpp 62 setSection(*Section);
MCNullStreamer.cpp 37 Symbol->setSection(*getCurrentSection());
MCELFStreamer.cpp 129 void SetSection(StringRef Section, unsigned Type, unsigned Flags,
135 SetSection(".data", ELF::SHT_PROGBITS,
141 SetSection(".text", ELF::SHT_PROGBITS,
147 SetSection(".bss", ELF::SHT_NOBITS,
337 Symbol->setSection(*Section);
405 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 122 Symbol->setSection(*getCurrentSection());
356 Symbol->setSection(*Section);
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 180 Symbol->setSection(*getCurrentSection());
  /external/llvm/include/llvm/
GlobalValue.h 97 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 617 GV->setSection(SA->getName());
668 F->setSection(SA->getName());
701 GV->setSection("llvm.metadata");
755 gv->setSection(AnnotationSection);
767 gv->setSection(AnnotationSection);
    [all...]
CGDeclCXX.cpp 225 Fn->setSection(Section);
CGDecl.cpp 319 var->setSection(SA->getName());
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 332 LLVMCompilerUsed->setSection("llvm.metadata");
LTOModule.cpp 735 Symbol->setSection(*getCurrentSection());
  /external/llvm/lib/AsmParser/
LLParser.cpp 724 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 192 milliseconds