Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A 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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbol.h247 bool isInSection() const { in isInSection() function
263 assert(isInSection() && "Invalid accessor!"); in getSection()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp239 if (A.isInSection()) in requiresFixups()
241 if (B.isInSection()) in requiresFixups()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSection.cpp35 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
H A DELFObjectWriter.cpp1011 if (Sym && Sym->isInSection()) { in writeSection()
1259 if (Sym->isInSection() && Sym->getName().startswith(".L")) in executePostLayoutBinding()
1342 if (Sym->isInSection()) { in shouldRelocateWithSymbol()
1437 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
H A DMachObjectWriter.cpp710 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
723 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCMachOStreamer.cpp512 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in finishImpl()
H A DMCStreamer.cpp1234 if (Sym && !Sym->isInSection()) in switchSection()
1243 if (Sym->isInSection()) in endSection()
H A DMCELFStreamer.cpp487 if (!S->isInSection()) { in finalizeCGProfileEntry()
H A DMCExpr.cpp773 return !Sym.isInSection(); in canExpand()
H A DMCContext.cpp482 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in createELFSectionImpl()
H A DMCAssembler.cpp183 if (!S.isInSection()) in getAtom()
H A DWinCOFFObjectWriter.cpp1076 if (!AssocMCSym->isInSection()) { in writeObject()
H A DMCAsmStreamer.cpp2521 if (!Sym->isInSection()) in doFinalizationAtSectionEnd()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp49 if (SyExp->getSymbol().isInSection()) in getTargetSection()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp229 if (Symbol->isInSection()) { in RecordX86_64Relocation()
244 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp476 if (!LinkedToSym || !LinkedToSym->isInSection()) in parseLinkedToSym()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1203 if (FuncLabel->isInSection()) { in beginFunctionImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp80 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addLabelAddress()
H A DDwarfUnit.cpp312 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addPoolOpAddress()
H A DDwarfDebug.cpp2917 if (SCU.Sym->isInSection()) { in emitDebugARanges()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2930 Res.getSymA()->getSymbol().isInSection() || in loadAndAddSymbolAddress()