Searched refs:setSection (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGlobalObject.h46 void setSection(StringRef S);
/external/llvm/include/llvm/MC/
H A DMCSymbol.h116 /// setSection - Mark the symbol as defined in the section \p S.
117 void setSection(const MCSection &S) { Section = &S; } function in class:llvm::MCSymbol
/external/llvm/lib/MC/
H A DMCSymbol.cpp62 setSection(*Section);
H A DMCStreamer.cpp223 Symbol->setSection(*Section);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp134 Symbol->setSection(*getCurrentSection().first);
/external/llvm/lib/IR/
H A DGlobals.cpp88 setSection(GV->getSection());
111 void GlobalObject::setSection(StringRef S) { Section = S; } function in class:GlobalObject
H A DCore.cpp1301 unwrap<GlobalObject>(Global)->setSection(Section);
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp271 FStub->setSection(SectionName);
458 FStub->setSection(SectionName);
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp186 JumpFun->setSection((jump_section_prefix + Twine(it->second.TableNum)).str());
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2651 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip");
2675 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip");
3114 GV->setSection(Section);
3188 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip");
3404 GV->setSection(Section);
5508 GV->setSection(SectionName);
5702 CLASS_RO_GV->setSection("__DATA, __objc_const");
5736 GV->setSection("__DATA, __objc_data");
5940 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip");
6025 GCATV->setSection("__DAT
[all...]
H A DCodeGenPGO.cpp115 Name->setSection(getNameSection(CGM));
140 Data->setSection(getDataSection(CGM));
903 RegionCounters->setSection(getCountersSection(CGM));
H A DCodeGenModule.cpp780 GO->setSection(SA->getName());
863 F->setSection(SA->getName());
907 GV->setSection("llvm.metadata");
1089 gv->setSection(AnnotationSection);
1102 gv->setSection(AnnotationSection);
1678 GV->setSection(".cp.rodata");
2535 GV->setSection("__TEXT,__ustring");
2539 GV->setSection("__TEXT,__cstring,cstring_literals");
2558 GV->setSection("__DATA,__cfstring");
2672 GV->setSection(LangOpt
[all...]
H A DCGDeclCXX.cpp240 Fn->setSection(Section);
H A DCGDecl.cpp333 var->setSection(SA->getName());
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp431 LLVMCompilerUsed->setSection("llvm.metadata");
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1475 UninstrumentedDuplicate->setSection("NOASAN");
1477 F.setSection("ASAN");
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1918 NewGV->setSection(Section);
1968 Func->setSection(SectionTable[Record[6]-1]);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp889 GV->setSection(Lex.getStrVal());
3297 Fn->setSection(Section);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2743 NV->setSection("llvm.metadata");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1226 See the method [llvm::GlobalValue::setSection]. *)

Completed in 2693 milliseconds