Home
last modified time | relevance | path

Searched defs:Sym (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h83 emitFunctionType(const MCSymbolWasm * Sym) emitFunctionType() argument
85 emitGlobalType(const MCSymbolWasm * Sym) emitGlobalType() argument
86 emitTableType(const MCSymbolWasm * Sym) emitTableType() argument
87 emitTagType(const MCSymbolWasm * Sym) emitTagType() argument
88 emitImportModule(const MCSymbolWasm * Sym,StringRef ImportModule) emitImportModule() argument
90 emitImportName(const MCSymbolWasm * Sym,StringRef ImportName) emitImportName() argument
92 emitExportName(const MCSymbolWasm * Sym,StringRef ExportName) emitExportName() argument
[all...]
H A DWebAssemblyTargetStreamer.cpp61 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType()
68 void WebAssemblyTargetAsmStreamer::emitGlobalType(const MCSymbolWasm *Sym) { in emitGlobalType()
78 void WebAssemblyTargetAsmStreamer::emitTableType(const MCSymbolWasm *Sym) { in emitTableType()
92 void WebAssemblyTargetAsmStreamer::emitTagType(const MCSymbolWasm *Sym) { in emitTagType()
99 void WebAssemblyTargetAsmStreamer::emitImportModule(const MCSymbolWasm *Sym, in emitImportModule()
105 void WebAssemblyTargetAsmStreamer::emitImportName(const MCSymbolWasm *Sym, in emitImportName()
111 void WebAssemblyTargetAsmStreamer::emitExportName(const MCSymbolWasm *Sym, in emitExportName()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp214 for (auto *Sym : G->external_symbols()) { in getExternalSymbolNames() local
228 for (auto *Sym : G->external_symbols()) { in applyLookupResult() local
285 for (auto *Sym : G.defined_symbols()) in prune() local
291 auto *Sym = Worklist.back(); in prune() local
317 for (auto *Sym : G.defined_symbols()) in prune() local
320 for (auto *Sym : SymbolsToRemove) { in prune() local
343 for (auto *Sym : G.external_symbols()) in prune() local
346 for (auto *Sym : SymbolsToRemove) { in prune() local
H A DJITLink.cpp121 raw_ostream &operator<<(raw_ostream &OS, const Symbol &Sym) { in operator <<() argument
164 for (auto *Sym : Symbols) ~Section() local
220 for (auto *Sym : B.getSection().symbols()) splitBlock() local
233 auto *Sym = BlockSymbols.back(); splitBlock() local
243 for (auto *Sym : BlockSymbols) splitBlock() local
254 for (auto *Sym : defined_symbols()) dump() local
297 for (auto *Sym : Syms) dump() local
333 for (auto *Sym : absolute_symbols()) dump() local
340 for (auto *Sym : external_symbols()) dump() local
374 for (auto *Sym : G.defined_symbols()) markAllSymbolsLive() local
397 for (auto *Sym : Sec.symbols()) makeTargetOutOfRangeError() local
497 auto &Sym = absoluteSymbolsLinkGraph() local
[all...]
H A DELFLinkGraphBuilder.h97 void setGraphSymbol(ELFSymbolIndex SymIndex, Symbol &Sym) { in setGraphSymbol() argument
110 virtual TargetFlagsType makeTargetFlags(const typename ELFT::Sym &Sym) { in makeTargetFlags() argument
115 virtual orc::ExecutorAddrDiff getRawOffset(const typename ELFT::Sym &Sym, in getRawOffset() argument
226 const typename ELFT::Sym in getSymbolLinkageAndScope() argument
445 auto &Sym = (*Symbols)[SymIndex]; graphifySymbols() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp24 SymbolRef Sym, in assumeSym()
102 ProgramStateRef State, SymbolRef Sym, const llvm::APSInt &From, in assumeSymInclusiveRange()
134 SymbolRef Sym, bool Assumption) { in assumeSymUnsupported()
153 SymbolRef Sym, in assumeSymRel()
217 void RangedConstraintManager::computeAdjustment(SymbolRef &Sym, in computeAdjustment()
235 SVal simplifyToSVal(ProgramStateRef State, SymbolRef Sym) { in simplifyToSVal()
240 SymbolRef simplify(ProgramStateRef State, SymbolRef Sym) { in simplify()
H A DSimpleConstraintManager.cpp61 SymbolRef Sym = Cond.getAsSymbol(); in assumeAux() local
72 SymbolRef Sym = SV.getSymbol(); in assumeAux() local
105 SymbolRef Sym = Value.getAsSymbol(); in assumeInclusiveRangeInternal() local
117 if (SymbolRef Sym = Value.getAsSymbol()) in assumeInclusiveRangeInternal() local
H A DRangeConstraintManager.cpp1014 /* implicit */ EquivalenceClass(SymbolRef Sym) in EquivalenceClass() argument
1059 SymbolRef Sym) { in getConstraint() argument
1087 std::optional<bool> meansEquality(const SymSymExpr *Sym) { in meansEquality() argument
1218 RangeSet VisitSymExpr(SymbolRef Sym) { in VisitSymExpr() argument
1234 VisitSymIntExpr(const SymIntExpr * Sym) VisitSymIntExpr() argument
1238 VisitIntSymExpr(const IntSymExpr * Sym) VisitIntSymExpr() argument
1276 inferAs(SymbolRef Sym,QualType DestType) inferAs() argument
1288 infer(SymbolRef Sym) infer() argument
1320 VisitBinaryOperator(const BinarySymExprTy * Sym) VisitBinaryOperator() argument
1479 getRangeForNegatedSym(SymbolRef Sym) getRangeForNegatedSym() argument
1576 getRangeForEqualities(const SymSymExpr * Sym) getRangeForEqualities() argument
1993 assign(SymbolRef Sym,RangeSet Constraint) assign() argument
1997 assignImpl(SymbolRef Sym,RangeSet Constraint) assignImpl() argument
2040 assignSymExprImpl(const SymExpr * Sym,RangeSet Constraint) assignSymExprImpl() argument
2078 handleRemainderOp(const SymT * Sym,RangeSet Constraint) handleRemainderOp() argument
2094 assignSymIntExprToRangeSet(const SymIntExpr * Sym,RangeSet Constraint) assignSymIntExprToRangeSet() argument
2108 assign(SymbolRef Sym,RangeSet NewConstraint) assign() argument
2186 assignSymExprToConst(const SymExpr * Sym,const llvm::APSInt & Constraint) assignSymExprToConst() argument
2227 assignSymSymExprToRangeSet(const SymSymExpr * Sym,RangeSet Constraint) assignSymSymExprToRangeSet() argument
2297 find(ProgramStateRef State,SymbolRef Sym) find() argument
2413 for (SymbolRef Sym : OtherMembers) { mergeImpl() local
2734 getDisequalClasses(ProgramStateRef State,SymbolRef Sym) getDisequalClasses() argument
2843 checkNull(ProgramStateRef State,SymbolRef Sym) checkNull() argument
2966 SymbolRef Sym = SymbolClassPair.first; removeDeadBindings() local
3029 getRange(ProgramStateRef State,SymbolRef Sym) getRange() argument
3034 setRange(ProgramStateRef State,SymbolRef Sym,RangeSet Range) setRange() argument
3052 assumeSymNE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymNE() argument
3068 assumeSymEQ(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymEQ() argument
3085 getSymLTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLTRange() argument
3114 assumeSymLT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLT() argument
3122 getSymGTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGTRange() argument
3151 assumeSymGT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGT() argument
3159 getSymGERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGERange() argument
3188 assumeSymGE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGE() argument
3225 getSymLERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3232 assumeSymLE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLE() argument
3240 assumeSymWithinInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymWithinInclusiveRange() argument
3250 assumeSymOutsideInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymOutsideInclusiveRange() argument
3271 printValue(raw_ostream & Out,ProgramStateRef State,SymbolRef Sym) printValue() argument
3277 toString(const SymbolRef & Sym) toString() argument
[all...]
H A DSimpleSValBuilder.cpp234 static bool isInRelation(BinaryOperator::Opcode Rel, SymbolRef Sym, in isInRelation()
251 static bool isWithinConstantOverflowBounds(SymbolRef Sym, in isWithinConstantOverflowBounds()
277 decomposeSymbol(SymbolRef Sym, BasicValueFactory &BV) { in decomposeSymbol()
359 SymbolRef Sym, llvm::APSInt Int, QualType Ty) { in shouldRearrange()
608 SymbolRef Sym = lhs.castAs<nonloc::SymbolVal>().getSymbol(); in evalBinOpNN() local
1202 if (SymbolRef Sym = V.getAsSymbol()) in getConstValue() local
1230 if (SymbolRef Sym = V.getAsSymbol()) in getMinValue() local
1243 if (SymbolRef Sym = V.getAsSymbol()) in getMaxValue() local
1277 static bool isUnchanged(SymbolRef Sym, SVal Val) { in simplifySValOnce()
1281 SVal cache(SymbolRef Sym, SVal V) { in simplifySValOnce()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h49 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getThreadLocalGVStubEntry() argument
44 getGVStubEntry(MCSymbol * Sym) getGVStubEntry() argument
73 getGVStubEntry(MCSymbol * Sym) getGVStubEntry() argument
95 getGVStubEntry(MCSymbol * Sym) getGVStubEntry() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp39 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) { in getSymbolSectionID() argument
57 for (ELFSymbolRef Sym : Syms) in computeSymbolSizes() local
63 for (XCOFFSymbolRef Sym : E->symbols()) in computeSymbolSizes() local
73 SymbolRef Sym = *I; computeSymbolSizes() local
[all...]
H A DTapiFile.cpp27 static uint32_t getFlags(const Symbol *Sym) { in getFlags() argument
40 static SymbolRef::Type getType(const Symbol *Sym) { in getType() argument
92 const Symbol &Sym = Symbols[DRI.d.a]; in printSymbolName() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp53 SymbolRef Sym = V.getAsSymbol(); addTaint() local
70 if (SymbolRef Sym = binding->getAsSymbol()) addTaint() local
86 addTaint(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) addTaint() argument
99 SymbolRef Sym = V.getAsSymbol(); removeTaint() local
113 removeTaint(ProgramStateRef State,SymbolRef Sym) removeTaint() argument
164 isTainted(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) isTainted() argument
182 getTaintedSymbols(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind) getTaintedSymbols() argument
205 if (SymbolRef Sym = V.getAsSymbol()) getTaintedSymbolsImpl() local
252 getTaintedSymbolsImpl(ProgramStateRef State,SymbolRef Sym,TaintTagType Kind,bool returnFirstOnly) getTaintedSymbolsImpl() argument
[all...]
H A DInnerPointerChecker.cpp238 Set = F.add(Set, Sym); in checkPostCall() local
47 InnerPointerBRVisitor(SymbolRef Sym) InnerPointerBRVisitor() argument
64 isSymbolTracked(ProgramStateRef State,SymbolRef Sym) isSymbolTracked() argument
288 getInnerPointerBRVisitor(SymbolRef Sym) getInnerPointerBRVisitor() argument
292 getContainerObjRegion(ProgramStateRef State,SymbolRef Sym) getContainerObjRegion() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp29 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding()
37 static ProgramStateRef setRefBinding(ProgramStateRef State, SymbolRef Sym, in setRefBinding()
43 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding()
210 SymbolRef Sym = C.getSVal(CE).getAsLocSymbol(); in checkPostStmt() local
275 if (SymbolRef Sym = Pred->getSVal(Ex).getAsSymbol()) { in checkPostStmt() local
291 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); in checkPostStmt() local
371 if (SymbolRef Sym = ReceiverV.getAsLocSymbol()) in checkPostCall() local
456 if (SymbolRef Sym = V.getAsLocSymbol()) { in processSummaryOfInlined() local
469 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined() local
479 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined() local
[all …]
H A DRetainCountDiagnostics.cpp172 SymbolRef &Sym, std::optional<CallEventRef<>> CE) { in findArgIdxOfSymbol() argument
212 const RefVal &CurrV, SymbolRef &Sym, in generateDiagnosticsForCallLike() argument
314 SymbolRef Sym; member in clang::ento::retaincountchecker::RefCountReportVisitor
336 RefLeakReportVisitor(SymbolRef Sym,const MemRegion * LastBinding) RefLeakReportVisitor() argument
423 annotateStartParameter(const ExplodedNode * N,SymbolRef Sym,const SourceManager & SM) annotateStartParameter() argument
617 SymbolRef Sym; global() member in __anon591c45f40111::VarBindingsCollector
621 VarBindingsCollector(SymbolRef Sym,Bindings & ToFill) VarBindingsCollector() argument
639 getAllVarBindingsForSymbol(ProgramStateManager & Manager,const ExplodedNode * Node,SymbolRef Sym) getAllVarBindingsForSymbol() argument
668 GetAllocationSite(ProgramStateManager & StateMgr,const ExplodedNode * N,SymbolRef Sym) GetAllocationSite() argument
988 RefLeakReport(const RefCountBug & D,const LangOptions & LOpts,ExplodedNode * N,SymbolRef Sym,CheckerContext & Ctx) RefLeakReport() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp25 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference() local
43 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel()
61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp47 SparcELFMCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, in getExprForPersonalitySymbol()
60 SparcELFMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp113 if (auto Sym = findSymbolInLogicalDylib(SymName)) { in lookup() local
125 if (auto Sym = findSymbol(SymName)) { in lookup() local
154 if (auto Sym = findSymbolInLogicalDylib(SymName)) { in getResponsibilitySet() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp43 getJITSymbolPtrForSymbol(Symbol & Sym,const Triple & TT) getJITSymbolPtrForSymbol() argument
61 getJITSymbolFlagsForSymbol(Symbol & Sym) getJITSymbolFlagsForSymbol() argument
96 __anon03f458ae0202(Symbol *Sym) scanLinkGraph() argument
106 for (auto *Sym : G.defined_symbols()) scanLinkGraph() local
108 for (auto *Sym : G.absolute_symbols()) scanLinkGraph() local
130 for (auto *Sym : G->defined_symbols()) discard() local
239 for (auto *Sym : G.defined_symbols()) notifyResolved() local
252 for (auto *Sym : G.absolute_symbols()) notifyResolved() local
396 getInternedName(Symbol & Sym) getInternedName() argument
441 __anon03f458ae0902(Symbol *Sym) claimOrExternalizeWeakAndCommonSymbols() argument
453 for (auto *Sym : G.defined_symbols()) claimOrExternalizeWeakAndCommonSymbols() local
455 for (auto *Sym : G.absolute_symbols()) claimOrExternalizeWeakAndCommonSymbols() local
478 for (auto *Sym : G.defined_symbols()) markResponsibilitySymbolsLive() local
489 for (auto *Sym : G.defined_symbols()) { computeNamedSymbolDependencies() local
517 for (auto *Sym : DepsForName) { computeNamedSymbolDependencies() local
[all...]
H A DObjectFileInterface.cpp46 for (auto &Sym : Obj.symbols()) { in getMachOObjectFileSymbolInfo() local
103 for (auto &Sym : Obj.symbols()) { in getELFObjectFileSymbolInfo() local
158 for (auto &Sym : Obj.symbols()) { in getCOFFObjectFileSymbolInfo() local
239 for (auto &Sym : Obj.symbols()) { in getGenericObjectFileSymbolInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp29 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) const getIndirectSymViaGOTPCRel() argument
50 const MCSymbol *Sym = TM.getSymbol(GV); getTTypeGlobalReference() local
70 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) const getIndirectSymViaGOTPCRel() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp23 uint32_t llvm::codeview::getScopeEndOffset(const CVSymbol &Sym) { in getScopeEndOffset()
54 llvm::codeview::getScopeParentOffset(const llvm::codeview::CVSymbol &Sym) { in getScopeParentOffset()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp182 MCSymbolWasm *Sym = cast<MCSymbolWasm>(getSymbol(GV)); emitGlobalVariable() local
276 emitSymbolType(const MCSymbolWasm * Sym) emitSymbolType() argument
319 auto Sym = cast<MCSymbolWasm>(It.getValue()); emitDecls() local
342 auto *Sym = getMCSymbolForFunction( emitDecls() local
382 auto *Sym = cast<MCSymbolWasm>(getSymbol(&F)); emitDecls() local
583 auto *Sym = cast<MCSymbolWasm>(getSymbol(F)); EmitFunctionAttributes() local
594 for (auto &Sym : Symbols) { EmitFunctionAttributes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp95 Symbol &Sym = Symbols.back(); in readSymbols() local
159 for (const Symbol &Sym : Obj.getSymbols()) { in setSymbolTargets() local
183 const Symbol *Sym = RawSymbolTable[R.Reloc.SymbolTableIndex]; in setSymbolTargets() local

12345678910>>...13