HomeSort by: relevance | last modified time | path
    Searched refs:setSection (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
ClangOffloadWrapper.cpp 196 DummyEntry->setSection("omp_offloading_entries");
252 Func->setSection(".text.startup");
278 Func->setSection(".text.startup");
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h 120 void setSection(StringRef S);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 286 ASTSym->setSection("__CLANG,__clangast");
289 ASTSym->setSection("clangast");
291 ASTSym->setSection("__clangast");
CGObjCGNU.cpp 1103 ObjCStrGV->setSection(sectionName<ConstantStringSection>());
1328 GV->setSection(sectionName<ProtocolReferenceSection>());
1419 GV->setSection(sectionName<ProtocolSection>());
1481 GV->setSection(sectionName<SelectorSection>());
1508 Sym->setSection((Section + SecSuffix).str());
1576 InitVar->setSection(".CRT$XCLz");
1580 InitVar->setSection(".init_array");
1582 InitVar->setSection(".ctors");
1589 Cat->setSection(sectionName<CategorySection>());
1599 GV->setSection(Section)
    [all...]
CGCUDANV.cpp 98 GV->setSection(SectionName);
745 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName);
787 FatbinWrapper->setSection(FatbinSectionName);
CGDeclCXX.cpp 380 Fn->setSection(Section);
443 PtrArray->setSection(ISA->getSection());
CodeGenModule.cpp 2013 GO->setSection(CSA->getName());
2015 GO->setSection(SA->getName());
2105 F->setSection(CSA->getName());
2107 F->setSection(SA->getName());
2207 GV->setSection("llvm.metadata");
2466 gv->setSection(AnnotationSection);
2479 gv->setSection(AnnotationSection);
2526 GV->setSection(AnnotationSection);
3915 GV->setSection(SA->getName());
3923 GV->setSection(".cp.rodata")
    [all...]
CGObjCMac.cpp 1892 GV->setSection(SectionName);
2062 GV->setSection(CGM.getLangOpts().ObjCRuntime.isNonFragile()
3125 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip");
3144 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip");
3658 GV->setSection(Section);
3726 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip");
4185 GV->setSection(Section);
4202 GV->setSection(Section);
4250 GV->setSection(Section);
6256 GV->setSection(SectionName)
    [all...]
CoverageMappingGen.cpp 1631 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun));
1731 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap));
MicrosoftCXXABI.cpp 2368 InitFuncPtr->setSection(".CRT$XDU");
4156 GV->setSection(".xdata");
4274 CTA->setSection(".xdata");
4343 GV->setSection(".xdata");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 130 setSection(Src->getSection());
212 void GlobalObject::setSection(StringRef S) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 278 FStub->setSection(SectionName);
463 FStub->setSection(SectionName);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerModuleLDSPass.cpp 82 GV->setSection("llvm.metadata");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp 85 OrderFileBuffer->setSection(
InstrProfiling.cpp 878 CounterPtr->setSection(
900 ValuesVar->setSection(
934 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat()));
997 VNodesVar->setSection(
1023 NamesVar->setSection(
HWAddressSanitizer.cpp 447 Note->setSection(".note.hwasan.globals");
472 Dummy->setSection("hwasan_globals");
1418 Descriptor->setSection("hwasan_globals");
SanitizerCoverage.cpp 687 Array->setSection(getSectionName(Section));
AddressSanitizer.cpp 2138 Metadata->setSection(getGlobalMetadataSection());
2279 Liveness->setSection("__DATA,__asan_liveness,regular,live_support");
2442 NewGlobal->setSection("__TEXT,__asan_cstring,regular");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 381 OutF->setSection(ColdSectionName);
384 OutF->setSection(OrigF->getSection());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 103 GV->setSection("llvm.metadata");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GlobalMerge.cpp 523 MergedGV->setSection(Globals[i]->getSection());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1116 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection());
1119 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection());
3212 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection());
3327 NewTU.setSection(Section);
3333 NewTU.setSection(Section);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 896 void setSection(MCSection *Section) {
MachineFunction.h 516 void setSection(MCSection *S) { Section = S; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 746 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; }

Completed in 115 milliseconds

1 2