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

  /external/llvm/include/llvm/MC/
MCSymbol.h 116 /// setSection - Mark the symbol as defined in the section \p S.
117 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/lib/MC/
MCSymbol.cpp 62 setSection(*Section);
MCNullStreamer.cpp 39 Symbol->setSection(*getCurrentSection());
MCELFStreamer.cpp 36 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type,
42 SetSection(".data",
50 SetSection(".text",
58 SetSection(".bss",
244 Symbol->setSection(*Section);
293 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 125 Symbol->setSection(*getCurrentSection());
362 Symbol->setSection(*Section);
MCPureStreamer.cpp 127 Symbol->setSection(*getCurrentSection());
MCStreamer.cpp 192 Symbol->setSection(*getCurrentSection());
199 Symbol->setSection(*getCurrentSection());
WinCOFFStreamer.cpp 100 void SetSection(StringRef Section,
107 SetSection(".text",
116 SetSection(".data",
125 SetSection(".bss",
167 Symbol->setSection(*Section);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 132 Symbol->setSection(*getCurrentSection());
  /external/llvm/include/llvm/IR/
GlobalValue.h 97 void setSection(StringRef S) { Section = S; }
  /external/llvm/lib/IR/
Globals.cpp 53 setSection(Src->getSection());
Core.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 178 Symbol->setSection(*getCurrentSection());
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGDeclCXX.cpp 235 Fn->setSection(Section);
CodeGenModule.cpp 657 GV->setSection(SA->getName());
709 F->setSection(SA->getName());
742 GV->setSection("llvm.metadata");
    [all...]
CGDecl.cpp 320 var->setSection(SA->getName());
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 344 LLVMCompilerUsed->setSection("llvm.metadata");
LTOModule.cpp 746 Symbol->setSection(*getCurrentSection());
  /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/lib/AsmParser/
LLParser.cpp 788 GV->setSection(Lex.getStrVal());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1105 milliseconds