/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFStreamer.cpp | 136 assert(!Symbol->isInSection() && "Symbol must not already have a section!"); in AddCommonSymbol() 192 assert((Symbol->isInSection() in EmitAssignment() 236 assert((Symbol->isInSection() in EmitSymbolAttribute() 263 assert((Symbol->isInSection() in BeginCOFFSymbolDef() 302 assert((Symbol->isInSection() in EmitCommonSymbol() 310 assert((Symbol->isInSection() in EmitLocalCommonSymbol()
|
D | MachObjectWriter.cpp | 589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl() 600 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MCWin64EH.cpp | 206 if (!func || !func->isInSection()) return ""; in GetSectionSuffix()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSymbol.h | 94 bool isInSection() const { in isInSection() function 111 assert(isInSection() && "Invalid accessor!"); in getSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 136 if (!Symbol.isInSection()) in canUseLocalRelocation() 311 if (!Symbol->isInSection()) { in recordRelocation() 332 if (Symbol->isInSection()) { in recordRelocation() 347 } else if (Symbol->isInSection()) { in recordRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 128 if (!Symbol.isInSection()) in canUseLocalRelocation() 339 if (Symbol->isInSection()) { in recordRelocation() 354 } else if (Symbol->isInSection()) { in recordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 252 bool isInSection() const { in isInSection() function 268 assert(isInSection() && "Invalid accessor!"); in getSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 251 bool isInSection(bool SetUsed = true) const { 265 assert(isInSection(SetUsed) && "Invalid accessor!");
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSection.cpp | 34 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
|
D | MCMachOStreamer.cpp | 477 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in FinishImpl()
|
D | MCAssembler.cpp | 170 if (!Symbol.isInSection()) in isSymbolLinkerVisible() 185 if (!S.isInSection()) in getAtom()
|
D | MachObjectWriter.cpp | 692 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl() 705 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
|
D | MCStreamer.cpp | 1002 if (Sym && !Sym->isInSection()) in SwitchSection() 1011 if (Sym->isInSection()) in endSection()
|
D | MCContext.cpp | 328 (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym)) in createELFSectionImpl()
|
D | ELFObjectWriter.cpp | 1349 if (Sym->isInSection()) { in shouldRelocateWithSymbol() 1462 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
|
/external/llvm/lib/MC/ |
D | MCSection.cpp | 32 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded()
|
D | MCAssembler.cpp | 141 if (!Symbol.isInSection()) in isSymbolLinkerVisible() 156 if (!S.isInSection()) in getAtom()
|
D | MCStreamer.cpp | 796 if (Sym && !Sym->isInSection()) in SwitchSection() 805 if (Sym->isInSection()) in endSection()
|
D | MachObjectWriter.cpp | 675 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl() 688 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
|
D | MCMachOStreamer.cpp | 474 if (getAssembler().isSymbolLinkerVisible(Symbol) && Symbol.isInSection() && in FinishImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 67 if (SyExp->getSymbol().isInSection()) in GetFixupSection()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 191 assert((!Label->isInSection() || &Label->getSection() == &Section) && in EmitSectionOffset()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 218 if (Symbol->isInSection()) { in RecordX86_64Relocation() 235 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 230 if (Symbol->isInSection()) { in RecordX86_64Relocation() 245 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 230 if (Symbol->isInSection()) { in RecordX86_64Relocation() 245 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
|