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

1 2

  /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 40 Symbol->setSection(*getCurrentSection().first);
MCMachOStreamer.cpp 125 Symbol->setSection(*getCurrentSection().first);
363 Symbol->setSection(*Section);
MCPureStreamer.cpp 123 Symbol->setSection(*getCurrentSection().first);
MCELFStreamer.cpp 37 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type,
43 SetSection(".data",
51 SetSection(".text",
59 SetSection(".bss",
273 Symbol->setSection(*Section);
321 Symbol->setSection(*getCurrentSection().first);
MCStreamer.cpp 189 Symbol->setSection(*getCurrentSection().first);
196 Symbol->setSection(*getCurrentSection().first);
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().first);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 263 FStub->setSection(SectionName);
402 FStub->setSection(SectionName);
  /external/llvm/include/llvm/IR/
GlobalValue.h 98 void setSection(StringRef S) { Section = S; }
  /external/llvm/lib/IR/
Globals.cpp 53 setSection(Src->getSection());
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 690 GV->setSection(SA->getName());
752 F->setSection(SA->getName());
791 GV->setSection("llvm.metadata");
    [all...]
CGDeclCXX.cpp 237 Fn->setSection(Section);
CGDecl.cpp 331 var->setSection(SA->getName());
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 186 Symbol->setSection(*getCurrentSection().first);
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 378 LLVMCompilerUsed->setSection("llvm.metadata");
LTOModule.cpp 731 Symbol->setSection(*getCurrentSection().first);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [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/lib/AsmParser/
LLParser.cpp 788 GV->setSection(Lex.getStrVal());
    [all...]

Completed in 746 milliseconds

1 2