Searched refs:Sym (Results 101 - 125 of 204) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSection.h119 void setBeginSymbol(MCSymbol *Sym) { argument
121 Begin = Sym;
H A DMCELFObjectWriter.h70 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
H A DMCAsmInfo.h405 virtual const MCExpr *getExprForPersonalitySymbol(const MCSymbol *Sym,
409 virtual const MCExpr *getExprForFDESymbol(const MCSymbol *Sym,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp102 /// Find the allocation site for Sym on the path leading to the node N.
103 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
135 SymbolRef Sym; member in class:__anon4178::MacOSKeychainAPIChecker::SecKeychainBugVisitor
138 SecKeychainBugVisitor(SymbolRef S) : Sym(S) {}
143 ID.AddPointer(Sym);
490 SymbolRef Sym,
498 if (!N->getState()->get<AllocatedData>(Sym))
597 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym);
600 const AllocationState *ASPrev = PrevN->getState()->get<AllocatedData>(Sym);
489 getAllocationNode(const ExplodedNode *N, SymbolRef Sym, CheckerContext &C) const argument
H A DObjCContainersChecker.cpp162 SymbolRef Sym = *I; local
168 State = State->remove<ArraySizeMap>(Sym);
H A DRetainCountChecker.cpp365 SymbolRef Sym) {
366 return State->get<RefBindings>(Sym);
370 SymbolRef Sym, RefVal Val) {
371 return State->set<RefBindings>(Sym, Val);
374 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { argument
375 return State->remove<RefBindings>(Sym);
1507 if (SymbolRef Sym = ReceiverV.getAsLocSymbol())
1508 if (const RefVal *T = getRefBinding(State, Sym))
1749 SymbolRef Sym; member in class:__anon4210::CFRefReportVisitor
1755 : Sym(sy
364 getRefBinding(ProgramStateRef State, SymbolRef Sym) argument
369 setRefBinding(ProgramStateRef State, SymbolRef Sym, RefVal Val) argument
2213 GetAllocationSite(ProgramStateManager& StateMgr, const ExplodedNode *N, SymbolRef Sym) argument
2761 SymbolRef Sym = state->getSVal(CE, C.getLocationContext()).getAsLocSymbol(); local
2835 wasLoadedFromIvar(SymbolRef Sym) argument
2850 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); local
2967 SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol(); local
3083 SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol(); local
3101 SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol(); local
3295 processNonLeakError(ProgramStateRef St, SourceRange ErrorRange, RefVal::Kind ErrorKind, SymbolRef Sym, CheckerContext &C) const argument
3410 SymbolRef Sym = RetVal.getAsLocSymbol(); local
3448 SymbolRef Sym = local
3530 checkReturnWithRetEffect(const ReturnStmt *S, CheckerContext &C, ExplodedNode *Pred, RetEffect RE, RefVal X, SymbolRef Sym, ProgramStateRef state) const argument
3735 handleAutoreleaseCounts(ProgramStateRef state, ExplodedNode *Pred, const ProgramPointTag *Tag, CheckerContext &Ctx, SymbolRef Sym, RefVal V) const argument
3927 SymbolRef Sym = *I; local
[all...]
H A DGenericTaintChecker.cpp353 SymbolRef Sym = getPointedToSymbol(C, Arg); local
354 if (Sym)
355 State = State->addTaint(Sym);
561 SymbolRef Sym = getPointedToSymbol(C, Arg); local
562 if (Sym)
563 State = State->addTaint(Sym);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h45 const MCSymbol *Sym) const override;
122 const MCExpr *getIndirectSymViaGOTPCRel(const MCSymbol *Sym,
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsCCState.cpp64 llvm::StringRef Sym = G->getGlobal()->getName(); local
65 Function *F = G->getGlobal()->getParent()->getFunction(Sym);
H A DMipsTargetStreamer.h84 const MCSymbol &Sym, bool IsReg);
199 const MCSymbol &Sym, bool IsReg) override;
252 const MCSymbol &Sym, bool IsReg) override;
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
112 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp128 static std::error_code getOffset(const SymbolRef &Sym, SectionRef Sec, argument
130 ErrorOr<uint64_t> AddressOrErr = Sym.getAddress();
496 for (const auto &Sym : CommonSymbols) {
497 ErrorOr<StringRef> NameOrErr = Sym.getName();
509 uint32_t Align = Sym.getAlignment();
510 uint64_t Size = Sym.getCommonSize();
513 SymbolsToAllocate.push_back(Sym);
531 for (auto &Sym : SymbolsToAllocate) {
532 uint32_t Align = Sym.getAlignment();
533 uint64_t Size = Sym
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp149 // Value returned by Sym->getOperand(0) is a Constant with a
179 const Value *Sym = GEP->getOperand(0); local
180 assert(isa<Constant>(Sym) && "Format of _reflect function not recognized");
182 const Value *Operand = cast<Constant>(Sym)->getOperand(0);
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp104 // Imm is an immediate operand, and Sym is an optional TLS symbol
108 const MCExpr *Sym; member in struct:__anon3006::SystemZOperand::ImmTLSOp
178 createImmTLS(const MCExpr *Imm, const MCExpr *Sym, argument
182 Op->ImmTLS.Sym = Sym;
305 if (ImmTLS.Sym)
306 addExpr(Inst, ImmTLS.Sym);
867 MCSymbol *Sym = Ctx.createTempSymbol(); local
868 Out.EmitLabel(Sym);
869 const MCExpr *Base = MCSymbolRefExpr::create(Sym, MCSymbolRefExp
875 const MCExpr *Sym = nullptr; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp143 for (MCSymbol *Sym : Entry.Symbols) {
144 if (Sym->isDefined())
151 DeletedAddrLabelsNeedingEmission[Entry.Fn].push_back(Sym);
419 void MachineModuleInfo::setCallSiteLandingPad(MCSymbol *Sym, argument
421 LPadToCallSiteMap[Sym].append(Sites.begin(), Sites.end());
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp50 for (MCSymbol *Sym : PendingLabels) {
51 Sym->setFragment(F);
52 Sym->setOffset(FOffset);
112 void MCObjectStreamer::visitUsedSymbol(const MCSymbol &Sym) { argument
113 Assembler->registerSymbol(Sym);
H A DMCAsmStreamer.cpp208 void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding) override;
209 void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding) override;
234 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override;
1059 void MCAsmStreamer::EmitCFIPersonality(const MCSymbol *Sym,
1061 MCStreamer::EmitCFIPersonality(Sym, Encoding);
1063 Sym->print(OS, MAI);
1067 void MCAsmStreamer::EmitCFILsda(const MCSymbol *Sym, unsigned Encoding) {
1068 MCStreamer::EmitCFILsda(Sym, Encoding);
1070 Sym->print(OS, MAI);
1160 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, boo
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp78 void emitArrayBound(MCSymbol *Sym, const GlobalVariable *GV);
92 void XCoreAsmPrinter::emitArrayBound(MCSymbol *Sym, const GlobalVariable *GV) { argument
100 Twine(Sym->getName() + StringRef(".globound")));
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCSymbol &Sym,
402 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, argument
414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2;
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp66 void printSymbol(const SymbolRef &Sym);
84 SymbolRef &Sym);
122 uint64_t Offset, SymbolRef &Sym) {
129 Sym = *Relocation.getSymbol();
895 void COFFDumper::printSymbol(const SymbolRef &Sym) { argument
898 COFFSymbolRef Symbol = Obj->getCOFFSymbol(Sym);
1049 StringRef Sym; local
1050 error(I.getSymbolName(Sym));
1053 W.printNumber("Symbol", Sym, Ordinal);
1063 StringRef Sym; local
121 resolveSymbol(const coff_section *Section, uint64_t Offset, SymbolRef &Sym) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp97 const MCSymbol &Sym, bool IsReg) {
375 const MCSymbol &Sym,
388 OS << Sym.getName();
616 MCSymbol *Sym = Context.getOrCreateSymbol(Name); local
618 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, Context);
655 static_cast<MCSymbolELF *>(Sym)->setSize(Size);
809 const MCSymbol &Sym,
836 &Sym, MCSymbolRefExpr::VK_Mips_GPOFF_HI, MCA.getContext());
838 &Sym, MCSymbolRefExpr::VK_Mips_GPOFF_LO, MCA.getContext());
96 emitDirectiveCpsetup(unsigned RegNo, int RegOrOffset, const MCSymbol &Sym, bool IsReg) argument
373 emitDirectiveCpsetup(unsigned RegNo, int RegOrOffset, const MCSymbol &Sym, bool IsReg) argument
807 emitDirectiveCpsetup(unsigned RegNo, int RegOrOffset, const MCSymbol &Sym, bool IsReg) argument
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dlibelf_align.c79 [ELF_T_SYM] = MALIGN(Sym),
/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Delf.h44 __sElfN(Sym); variable
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h218 SymbolRef Sym; member in class:clang::ento::StoreManager::FindUniqueBinding
224 : Sym(sym), Binding(nullptr), First(true) {}
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h63 auto Sym = B.findSymbolIn(Handle, PName, ExportedSymbolsOnly);
64 return Sym.getAddress();

Completed in 309 milliseconds

123456789