/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 156 CoverageData->setSection(getCoverageSection()); in lowerCoverageData() 179 Name->setSection(getNameSection()); in lowerCoverageData() 199 Name->setSection(getNameSection()); in getOrCreateRegionCounters() 211 Counters->setSection(getCountersSection()); in getOrCreateRegionCounters() 235 Data->setSection(getDataSection()); in getOrCreateRegionCounters() 327 LLVMUsed->setSection("llvm.metadata"); in emitUses()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 58 void setSection(StringRef S);
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 99 setSection(GV->getSection()); in copyAttributesFrom() 122 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject
|
D | Core.cpp | 1432 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 141 void setSection(const MCSection &S) { in setSection() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 182 Symbol->setSection(*Sec); in EmitMappingSymbol()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 283 FStub->setSection(SectionName); in assureFPCallStub() 470 FStub->setSection(SectionName); in createFPFnStub()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2634 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol() 2655 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef() 3086 GV->setSection(Section); in GenerateClass() 3157 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass() 3369 GV->setSection(Section); in CreateMetadataVar() 5464 GV->setSection(SectionName); in AddModuleClassList() 5657 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer() 5691 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData() 5899 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef() 5993 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory() [all …]
|
D | CGDeclCXX.cpp | 259 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction() 289 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
D | CodeGenModule.cpp | 828 GO->setSection(SA->getName()); in setNonAliasAttributes() 911 F->setSection(SA->getName()); in SetFunctionAttributes() 955 GV->setSection("llvm.metadata"); in emitUsed() 1151 gv->setSection(AnnotationSection); in EmitGlobalAnnotations() 1164 gv->setSection(AnnotationSection); in EmitAnnotationString() 1799 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal() 2683 GV->setSection("__TEXT,__ustring"); in GetAddrOfConstantCFString() 2687 GV->setSection("__TEXT,__cstring,cstring_literals"); in GetAddrOfConstantCFString() 2706 GV->setSection("__DATA,__cfstring"); in GetAddrOfConstantCFString() 2820 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
|
D | MicrosoftCXXABI.cpp | 1980 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs() 3239 Var->setSection("llvm.metadata"); in getAddrOfCXXCatchHandlerType() 3522 GV->setSection(".xdata"); in getCatchableType() 3640 CTA->setSection(".xdata"); in getCatchableTypeArray() 3707 GV->setSection(".xdata"); in getThrowInfo()
|
D | CoverageMappingGen.cpp | 999 CovData->setSection(getCoverageSection(CGM)); in emit()
|
D | CGDecl.cpp | 371 var->setSection(SA->getName()); in EmitStaticVarDecl()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 516 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 192 Symbol->setSection(*Section); in AssignSection()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2904 NewGV->setSection(Section); in ParseModule() 2961 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2744 NV->setSection("llvm.metadata"); in setUsedInitializer()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 810 GV->setSection(Lex.getStrVal()); in ParseGlobal() 4230 Fn->setSection(Section); in ParseFunctionHeader()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1263 See the method [llvm::GlobalValue::setSection]. *)
|