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 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 64 setSection(*Section);
MCNullStreamer.cpp 37 Symbol->setSection(*getCurrentSection());
MCELFStreamer.cpp 212 Symbol->setSection(*Section);
273 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 122 Symbol->setSection(*getCurrentSection());
312 Symbol->setSection(*Section);
MCPureStreamer.cpp 120 Symbol->setSection(*getCurrentSection());
WinCOFFStreamer.cpp 90 void SetSection(StringRef Section,
97 SetSection(".text",
106 SetSection(".data",
115 SetSection(".bss",
161 Symbol->setSection(*Section);
MCStreamer.cpp 178 Symbol->setSection(*getCurrentSection());
  /external/llvm/include/llvm/
GlobalValue.h 99 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 542 GV->setSection(SA->getName());
593 F->setSection(SA->getName());
628 GV->setSection("llvm.metadata");
682 gv->setSection(AnnotationSection);
694 gv->setSection(AnnotationSection);
    [all...]
CGDeclCXX.cpp 180 Fn->setSection(Section);
CGDecl.cpp 281 GV->setSection(SA->getName());
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 352 LLVMCompilerUsed->setSection("llvm.metadata");
LTOModule.cpp 556 Symbol->setSection(*getCurrentSection());
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 244 Symbol->setSection(*getCurrentSection());
  /external/llvm/lib/AsmParser/
LLParser.cpp 727 GV->setSection(Lex.getStrVal());
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 145 milliseconds