Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.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()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbol.h245 bool isInSection() const { in isInSection() function
261 assert(isInSection() && "Invalid accessor!"); in getSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyWasmObjectWriter.cpp48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSection.cpp33 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
HDMCExpr.cpp586 if (!CheckSym.isInSection()) in canFold()
693 return !Sym.isInSection(); in canExpand()
HDMCMachOStreamer.cpp483 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in FinishImpl()
HDELFObjectWriter.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()
HDMachObjectWriter.cpp708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
HDMCStreamer.cpp1112 if (Sym && !Sym->isInSection()) in SwitchSection()
1121 if (Sym->isInSection()) in endSection()
HDMCELFStreamer.cpp466 if (!S->isInSection()) { in finalizeCGProfileEntry()
HDMCContext.cpp341 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in createELFSectionImpl()
HDMCAssembler.cpp178 if (!S.isInSection()) in getAtom()
HDWinCOFFObjectWriter.cpp1015 if (!AssocMCSym->isInSection()) { in writeObject()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp229 if (Symbol->isInSection()) { in RecordX86_64Relocation()
244 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp455 if (!Associated || !Associated->isInSection()) in parseMetadataSym()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp946 if (FuncLabel->isInSection()) { in beginFunctionImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp2556 if (SCU.Sym->isInSection()) { in emitDebugARanges()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp2902 Res.getSymA()->getSymbol().isInSection() || in loadAndAddSymbolAddress()