Home
last modified time | relevance | path

Searched refs:isSection (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h46 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h47 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/external/llvm-project/lld/ELF/
DICF.cpp301 sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA; in constantEq()
303 sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB; in constantEq()
DCallGraphSort.cpp249 if (!sym->isSection()) // Filter out section-type symbols here. in run()
DMapFile.cpp60 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
DMarkLive.cpp104 if (d->isSection()) in resolveReloc()
DSymbols.h285 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
DSymbols.cpp94 if (d.isSection()) { in getSymVA()
DWriter.cpp703 if (sym.isSection()) in shouldKeepInSymtab()
1538 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; in sortSections() local
1540 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1541 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
DRelocations.cpp1342 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanReloc()
/external/llvm-project/lld/COFF/
DCallGraphSort.cpp226 if (d->isCOMDAT && !d->getCOFFSymbol().isSection() && in run()
/external/llvm-project/lld/ELF/Arch/
DARM.cpp400 if (s.isSection()) { in stateChangeWarning()
DPPC64.cpp335 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1099 if (Sym.isSection()) in isInSymtab()
1402 assert(WS.isSection()); in writeObject()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1203 if (Sym.isSection()) in isInSymtab()
1594 assert(WS.isSection()); in writeOneObject()
/external/llvm/include/llvm/Object/
DCOFF.h392 bool isSection() const { in isSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h413 bool isSection() const { in isSection() function
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h413 bool isSection() const { in isSection() function