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

  /external/llvm/include/llvm/IR/
GlobalObject.h 46 void setSection(StringRef S);
  /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);
MCStreamer.cpp 223 Symbol->setSection(*Section);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 134 Symbol->setSection(*getCurrentSection().first);
  /external/llvm/lib/IR/
Globals.cpp 88 setSection(GV->getSection());
111 void GlobalObject::setSection(StringRef S) { Section = S; }
Core.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 271 FStub->setSection(SectionName);
458 FStub->setSection(SectionName);
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 186 JumpFun->setSection((jump_section_prefix + Twine(it->second.TableNum)).str());
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 93 void setSection(LDSection* pSection) { m_pSection = pSection; }
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CodeGenPGO.cpp 115 Name->setSection(getNameSection(CGM));
140 Data->setSection(getDataSection(CGM));
    [all...]
CodeGenModule.cpp 780 GO->setSection(SA->getName());
863 F->setSection(SA->getName());
    [all...]
CGDeclCXX.cpp 240 Fn->setSection(Section);
CGDecl.cpp 333 var->setSection(SA->getName());
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 431 LLVMCompilerUsed->setSection("llvm.metadata");
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 304 output->setSection(pSection);
  /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 889 GV->setSection(Lex.getStrVal());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1079 milliseconds