Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp135 if (!Symbol.isInSection()) in canUseLocalRelocation()
310 if (!Symbol->isInSection()) { in recordRelocation()
331 if (Symbol->isInSection()) { in recordRelocation()
346 } else if (Symbol->isInSection()) { in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h245 bool isInSection() const { in isInSection() function
261 assert(isInSection() && "Invalid accessor!"); in getSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp33 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
DMCExpr.cpp586 if (!CheckSym.isInSection()) in canFold()
693 return !Sym.isInSection(); in canExpand()
DMCMachOStreamer.cpp483 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in FinishImpl()
DELFObjectWriter.cpp1305 if (Sym->isInSection() && Sym->getName().startswith(".L")) in executePostLayoutBinding()
1386 if (Sym->isInSection()) { in shouldRelocateWithSymbol()
1469 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
DMachObjectWriter.cpp708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
DMCStreamer.cpp1112 if (Sym && !Sym->isInSection()) in SwitchSection()
1121 if (Sym->isInSection()) in endSection()
DMCELFStreamer.cpp466 if (!S->isInSection()) { in finalizeCGProfileEntry()
DMCContext.cpp341 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in createELFSectionImpl()
DMCAssembler.cpp178 if (!S.isInSection()) in getAtom()
DWinCOFFObjectWriter.cpp1015 if (!AssocMCSym->isInSection()) { in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp229 if (Symbol->isInSection()) { in RecordX86_64Relocation()
244 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp455 if (!Associated || !Associated->isInSection()) in parseMetadataSym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp914 if (FuncLabel->isInSection()) { in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2556 if (SCU.Sym->isInSection()) { in emitDebugARanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2902 Res.getSymA()->getSymbol().isInSection() || in loadAndAddSymbolAddress()