/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 237 CoverageData->setSection(getCoverageSection()); in lowerCoverageData() 261 Name->setSection(getNameSection()); in lowerCoverageData() 313 NamePtr->setSection(getNameSection()); in getOrCreateRegionCounters() 327 CounterPtr->setSection(getCountersSection()); in getOrCreateRegionCounters() 357 Data->setSection(getDataSection()); in getOrCreateRegionCounters() 458 LLVMUsed->setSection("llvm.metadata"); in emitUses()
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 235 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 238 ASTSym->setSection("clangast"); in HandleTranslationUnit() 240 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
D | CGObjCMac.cpp | 2765 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol() 2786 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef() 3289 GV->setSection(Section); in GenerateClass() 3360 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass() 3581 GV->setSection(Section); in CreateMetadataVar() 5640 GV->setSection(SectionName); in AddModuleClassList() 5840 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer() 5874 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData() 6085 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef() 6180 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory() [all …]
|
D | CGDeclCXX.cpp | 260 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction() 295 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
D | CodeGenModule.cpp | 914 GO->setSection(SA->getName()); in setNonAliasAttributes() 1032 F->setSection(SA->getName()); in SetFunctionAttributes() 1078 GV->setSection("llvm.metadata"); in emitUsed() 1275 gv->setSection(AnnotationSection); in EmitGlobalAnnotations() 1288 gv->setSection(AnnotationSection); in EmitAnnotationString() 2032 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal() 2922 GV->setSection("__TEXT,__ustring"); in GetAddrOfConstantCFString() 2926 GV->setSection("__TEXT,__cstring,cstring_literals"); in GetAddrOfConstantCFString() 2948 GV->setSection("__DATA,__cfstring"); in GetAddrOfConstantCFString() 3065 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
|
D | CoverageMappingGen.cpp | 1015 CovData->setSection(getCoverageSection(CGM)); in emit()
|
D | MicrosoftCXXABI.cpp | 2206 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs() 3965 GV->setSection(".xdata"); in getCatchableType() 4083 CTA->setSection(".xdata"); in getCatchableTypeArray() 4150 GV->setSection(".xdata"); in getThrowInfo()
|
D | CGDecl.cpp | 376 var->setSection(SA->getName()); in EmitStaticVarDecl()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 97 setSection(GV->getSection()); in copyAttributesFrom() 121 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject
|
D | Core.cpp | 1448 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 60 void setSection(StringRef S);
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 53 GV->setSection(".debug_str"); in TEST()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 283 FStub->setSection(SectionName); in assureFPCallStub() 479 FStub->setSection(SectionName); in createFPFnStub()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 445 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerBitSets.cpp | 803 JumpTable->setSection(ObjectFormat == Triple::MachO in buildBitSetsFromFunctions()
|
D | GlobalOpt.cpp | 2881 NV->setSection("llvm.metadata"); in setUsedInitializer()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3499 NewGV->setSection(Section); in parseModule() 3559 Func->setSection(SectionTable[Record[6]-1]); in parseModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 868 GV->setSection(Lex.getStrVal()); in ParseGlobal() 4521 Fn->setSection(Section); in ParseFunctionHeader()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1273 See the method [llvm::GlobalValue::setSection]. *)
|