Searched refs:setSection (Results 1 – 22 of 22) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 62 setSection(*Section); in setVariableValue()
|
D | MCNullStreamer.cpp | 39 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCMachOStreamer.cpp | 125 Symbol->setSection(*getCurrentSection()); in EmitLabel() 362 Symbol->setSection(*Section); in EmitZerofill()
|
D | MCELFStreamer.cpp | 244 Symbol->setSection(*Section); in EmitCommonSymbol() 293 Symbol->setSection(*getCurrentSection()); in EmitFileDirective()
|
D | MCPureStreamer.cpp | 127 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCStreamer.cpp | 192 Symbol->setSection(*getCurrentSection()); in EmitLabel() 199 Symbol->setSection(*getCurrentSection()); in EmitDebugLabel()
|
D | WinCOFFStreamer.cpp | 167 Symbol->setSection(*Section); in AddCommonSymbol()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 117 void setSection(const MCSection &S) { Section = &S; } in setSection() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 132 Symbol->setSection(*getCurrentSection()); in EmitMappingSymbol()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 97 void setSection(StringRef S) { Section = S; } in setSection() function
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2657 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol() 2680 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef() 3141 GV->setSection(Section); in GenerateClass() 3214 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass() 3434 GV->setSection(Section); in CreateMetadataVar() 5524 GV->setSection(SectionName); in AddModuleClassList() 5727 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer() 5761 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData() 5950 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef() 6039 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory() [all …]
|
D | CodeGenModule.cpp | 657 GV->setSection(SA->getName()); in SetCommonAttributes() 709 F->setSection(SA->getName()); in SetFunctionAttributes() 742 GV->setSection("llvm.metadata"); in EmitLLVMUsed() 907 gv->setSection(AnnotationSection); in EmitGlobalAnnotations() 919 gv->setSection(AnnotationSection); in EmitAnnotationString() 2297 GV->setSection(Sect); in GetAddrOfConstantCFString() 2421 GV->setSection(Sect); in GetAddrOfConstantString()
|
D | CGDeclCXX.cpp | 235 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
|
D | CGDecl.cpp | 320 var->setSection(SA->getName()); in EmitStaticVarDecl()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 53 setSection(Src->getSection()); in copyAttributesFrom()
|
D | Core.cpp | 1200 unwrap<GlobalValue>(Global)->setSection(Section); in LLVMSetSection()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 178 Symbol->setSection(*getCurrentSection()); in EmitMappingSymbol()
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 344 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
|
D | LTOModule.cpp | 746 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1695 NewGV->setSection(Section); in ParseModule() 1732 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 788 GV->setSection(Lex.getStrVal()); in ParseGlobal() 3065 Fn->setSection(Section); in ParseFunctionHeader()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1137 See the method [llvm::GlobalValue::setSection]. *)
|