Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h246 bool isInSection() const { in isInSection() function
262 assert(isInSection() && "Invalid accessor!"); in getSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSection.cpp35 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
H A DELFObjectWriter.cpp1024 if (Sym && Sym->isInSection()) { in writeSection()
1291 if (Sym->isInSection() && Sym->getName().startswith(".L")) in executePostLayoutBinding()
1372 if (Sym->isInSection()) { in shouldRelocateWithSymbol()
1467 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
H A DMCExpr.cpp683 if (!CheckSym.isInSection()) in canFold()
790 return !Sym.isInSection(); in canExpand()
H A DMCMachOStreamer.cpp486 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in finishImpl()
H A DMachObjectWriter.cpp708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCStreamer.cpp1202 if (Sym && !Sym->isInSection()) in SwitchSection()
1211 if (Sym->isInSection()) in endSection()
H A DMCELFStreamer.cpp483 if (!S->isInSection()) { in finalizeCGProfileEntry()
H A DMCContext.cpp473 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in createELFSectionImpl()
H A DMCAssembler.cpp179 if (!S.isInSection()) in getAtom()
H A DWinCOFFObjectWriter.cpp1080 if (!AssocMCSym->isInSection()) { in writeObject()
H A DMCAsmStreamer.cpp2436 if (!Sym->isInSection()) in doFinalizationAtSectionEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp474 if (!LinkedToSym || !LinkedToSym->isInSection()) in parseLinkedToSym()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp975 if (FuncLabel->isInSection()) { in beginFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp81 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addLabelAddress()
H A DDwarfUnit.cpp318 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addPoolOpAddress()
H A DDwarfDebug.cpp2847 if (SCU.Sym->isInSection()) { in emitDebugARanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2930 Res.getSymA()->getSymbol().isInSection() || in loadAndAddSymbolAddress()