Home
last modified time | relevance | path

Searched refs:getPartition (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp558 uint64_t va = getPartition().ehFrameHdr->getVA(); in getFdeData()
642 if (getPartition().ehFrameHdr && getPartition().ehFrameHdr->getParent()) in writeTo()
643 getPartition().ehFrameHdr->write(); in writeTo()
1320 elf::Partition &part = getPartition(); in finalizeContents()
1603 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in finalizeContents()
1648 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in writeTo()
1741 encodeDynamicReloc<ELFT>(getPartition().dynSymTab, &r, rel); in updateAllocSize()
2056 if (getPartition().gnuHashTab) { in finalizeContents()
2058 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
2322 if (OutputSection *sec = getPartition().dynSymTab->getParent()) in finalizeContents()
[all …]
DInputSection.h69 elf::Partition &getPartition() const;
DRelocations.cpp1047 Partition &part = isec->getPartition(); in addRelativeReloc()
1163 sec.getPartition().relaDyn->addReloc(rel, &sec, offset, &sym, addend, in processRelocAux()
DSyntheticSections.h1195 inline Partition &SectionBase::getPartition() const { in getPartition() function
DWriter.cpp214 Partition &part = s->getPartition(); in combineEhSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp70 setPartition(Src->getPartition()); in copyAttributesFrom()
188 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
DAsmWriter.cpp3309 printEscapedString(GV->getPartition(), Out); in printGlobal()
3366 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()
3511 printEscapedString(F->getPartition(), Out); in printFunction()
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp71 setPartition(Src->getPartition()); in copyAttributesFrom()
185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
DAsmWriter.cpp3542 printEscapedString(GV->getPartition(), Out); in printGlobal()
3599 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()
3744 printEscapedString(F->getPartition(), Out); in printFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h290 StringRef getPartition() const;
/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h289 StringRef getPartition() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1299 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()
1300 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()
1338 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()
1339 Vals.push_back(F.getPartition().size()); in writeModuleInfo()
1362 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()
1363 Vals.push_back(A.getPartition().size()); in writeModuleInfo()
1382 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()
1383 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1332 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()
1333 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()
1372 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()
1373 Vals.push_back(F.getPartition().size()); in writeModuleInfo()
1396 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()
1397 Vals.push_back(A.getPartition().size()); in writeModuleInfo()
1416 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()
1417 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1656 OutStreamer->EmitBytes(GV.getPartition()); in doFinalization()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1802 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()