/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyTargetStreamer.cpp | 61 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()
|
H A D | WebAssemblyTargetStreamer.h | 83 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType() 85 void emitGlobalType(const MCSymbolWasm *Sym) override {} in emitGlobalType() 86 void emitTableType(const MCSymbolWasm *Sym) override {} in emitTableType() 87 void emitTagType(const MCSymbolWasm *Sym) override {} in emitTagType() 88 void emitImportModule(const MCSymbolWasm *Sym, in emitImportModule() 90 void emitImportName(const MCSymbolWasm *Sym, in emitImportName() 92 void emitExportName(const MCSymbolWasm *Sym, in emitExportName()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 200 for (auto *Sym : G->external_symbols()) { in getExternalSymbolNames() local 214 for (auto *Sym : G->external_symbols()) { in applyLookupResult() local 272 for (auto *Sym : G.defined_symbols()) in prune() local 278 auto *Sym = Worklist.back(); in prune() local 304 for (auto *Sym : G.defined_symbols()) in prune() local 307 for (auto *Sym : SymbolsToRemove) { in prune() local 330 for (auto *Sym : G.external_symbols()) in prune() local 333 for (auto *Sym : SymbolsToRemove) { in prune() local
|
H A D | JITLink.cpp | 101 raw_ostream &operator<<(raw_ostream &OS, const Symbol &Sym) { in operator <<() 144 for (auto *Sym : Symbols) in ~Section() local 200 for (auto *Sym : B.getSection().symbols()) in splitBlock() local 213 auto *Sym = BlockSymbols.back(); in splitBlock() local 223 for (auto *Sym : BlockSymbols) in splitBlock() local 234 for (auto *Sym : defined_symbols()) in dump() local 277 for (auto *Sym : Syms) in dump() local 313 for (auto *Sym : absolute_symbols()) in dump() local 320 for (auto *Sym : external_symbols()) in dump() local 354 for (auto *Sym : G.defined_symbols()) in markAllSymbolsLive() local [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangedConstraintManager.cpp | 24 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 D | SimpleConstraintManager.cpp | 61 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 D | RangeConstraintManager.cpp | 1014 /* implicit */ EquivalenceClass(SymbolRef Sym) in EquivalenceClass() 1218 RangeSet VisitSymExpr(SymbolRef Sym) { in VisitSymExpr() 1234 RangeSet VisitSymIntExpr(const SymIntExpr *Sym) { in VisitSymIntExpr() 1238 RangeSet VisitIntSymExpr(const IntSymExpr *Sym) { in VisitIntSymExpr() 1276 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs() 1288 RangeSet infer(SymbolRef Sym) { in infer() 1987 void assign(SymbolRef Sym, RangeSet Constraint) { in assign() 1991 bool assignImpl(SymbolRef Sym, RangeSet Constraint) { in assignImpl() 2407 for (SymbolRef Sym : OtherMembers) { in mergeImpl() local 2944 SymbolRef Sym = SymbolClassPair.first; in removeDeadBindings() local [all …]
|
H A D | SimpleSValBuilder.cpp | 220 static bool isInRelation(BinaryOperator::Opcode Rel, SymbolRef Sym, in isInRelation() 237 static bool isWithinConstantOverflowBounds(SymbolRef Sym, in isWithinConstantOverflowBounds() 263 decomposeSymbol(SymbolRef Sym, BasicValueFactory &BV) { in decomposeSymbol() 581 SymbolRef Sym = lhs.castAs<nonloc::SymbolVal>().getSymbol(); in evalBinOpNN() local 1182 if (SymbolRef Sym = V.getAsSymbol()) in getConstValue() local 1221 static bool isUnchanged(SymbolRef Sym, SVal Val) { in simplifySValOnce() 1225 SVal cache(SymbolRef Sym, SVal V) { in simplifySValOnce() 1230 SVal skip(SymbolRef Sym) { in simplifySValOnce() 1236 SVal getConst(SymbolRef Sym) { in simplifySValOnce() 1245 SVal getConstOrVisit(SymbolRef Sym) { in simplifySValOnce() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfoImpls.h | 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry() 49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) { in getThreadLocalGVStubEntry() 73 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry() 95 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 201 object::symbol_iterator Sym = Reloc.getSymbol(); in dumpSections() local 223 dumpFunctionDefinition(COFFYAML::Symbol *Sym, in dumpFunctionDefinition() 235 dumpbfAndEfLineInfo(COFFYAML::Symbol *Sym, in dumpbfAndEfLineInfo() 244 static void dumpWeakExternal(COFFYAML::Symbol *Sym, in dumpWeakExternal() 254 dumpSectionDefinition(COFFYAML::Symbol *Sym, in dumpSectionDefinition() 270 dumpCLRTokenDefinition(COFFYAML::Symbol *Sym, in dumpCLRTokenDefinition() 285 COFFYAML::Symbol Sym; in dumpSymbols() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 53 SymbolRef Sym = V.getAsSymbol(); in addTaint() local 70 if (SymbolRef Sym = binding->getAsSymbol()) in addTaint() local 86 ProgramStateRef taint::addTaint(ProgramStateRef State, SymbolRef Sym, in addTaint() 99 SymbolRef Sym = V.getAsSymbol(); in removeTaint() local 113 ProgramStateRef taint::removeTaint(ProgramStateRef State, SymbolRef Sym) { in removeTaint() 154 if (SymbolRef Sym = V.getAsSymbol()) in isTainted() local 181 bool taint::isTainted(ProgramStateRef State, SymbolRef Sym, TaintTagType Kind) { in isTainted()
|
H A D | InnerPointerChecker.cpp | 47 InnerPointerBRVisitor(SymbolRef Sym) : PtrToBuf(Sym) {} in InnerPointerBRVisitor() 64 bool isSymbolTracked(ProgramStateRef State, SymbolRef Sym) { in isSymbolTracked() 238 if (SymbolRef Sym = RawPtr.getAsSymbol(/*IncludeBaseRegions=*/true)) { in checkPostCall() local 288 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym) { in getInnerPointerBRVisitor() 292 const MemRegion *getContainerObjRegion(ProgramStateRef State, SymbolRef Sym) { in getContainerObjRegion()
|
H A D | ExprInspectionChecker.cpp | 274 SymbolRef Sym) { in printHelper() 298 if (const SymbolRef Sym = V.getAsSymbol()) in analyzerValue() local 382 SymbolRef Sym = Val.getAsSymbol(); in analyzerWarnOnDeadSymbol() local 397 SymbolRef Sym = *I; in checkDeadSymbols() local 408 SymbolRef Sym = I.first; in checkDeadSymbols() local 452 SymbolRef Sym = C.getSVal(CE->getArg(0)).getAsSymbol(); in analyzerDenote() local 536 SymbolRef Sym = ArgVal.getAsSymbol(); in analyzerExpress() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 29 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() 212 SymbolRef Sym = C.getSVal(CE).getAsLocSymbol(); in checkPostStmt() local 277 if (SymbolRef Sym = Pred->getSVal(Ex).getAsSymbol()) { in checkPostStmt() local 293 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); in checkPostStmt() local 373 if (SymbolRef Sym = ReceiverV.getAsLocSymbol()) in checkPostCall() local 458 if (SymbolRef Sym = V.getAsLocSymbol()) { in processSummaryOfInlined() local 481 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined() local 624 if (SymbolRef Sym = V.getAsLocSymbol()) { in checkSummary() local 863 SymbolRef Sym, in processNonLeakError() 1213 SymbolRef Sym, in handleAutoreleaseCounts() [all …]
|
H A D | RetainCountDiagnostics.cpp | 172 SymbolRef &Sym, std::optional<CallEventRef<>> CE) { in findArgIdxOfSymbol() 212 const RefVal &CurrV, SymbolRef &Sym, in generateDiagnosticsForCallLike() 314 SymbolRef Sym; member in clang::ento::retaincountchecker::RefCountReportVisitor 336 RefLeakReportVisitor(SymbolRef Sym, const MemRegion *LastBinding) in RefLeakReportVisitor() 423 annotateStartParameter(const ExplodedNode *N, SymbolRef Sym, in annotateStartParameter() 617 SymbolRef Sym; member in __anon5772a9ef0111::VarBindingsCollector 621 VarBindingsCollector(SymbolRef Sym, Bindings &ToFill) in VarBindingsCollector() 639 const ExplodedNode *Node, SymbolRef Sym) { in getAllVarBindingsForSymbol() 668 const ExplodedNode *N, SymbolRef Sym) { in GetAllocationSite() 991 ExplodedNode *N, SymbolRef Sym, in RefLeakReport()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | XCOFFDump.cpp | 48 const SymbolRef &Sym) { in getXCOFFSymbolCsectSMC() 63 const SymbolRef &Sym) { in getXCOFFSymbolContainingSymbolRef() 78 bool objdump::isLabel(const XCOFFObjectFile &Obj, const SymbolRef &Sym) { in isLabel()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | SymbolSize.cpp | 39 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) { in getSymbolSectionID() 57 for (ELFSymbolRef Sym : Syms) in computeSymbolSizes() local 67 SymbolRef Sym = *I; in computeSymbolSizes() local
|
H A D | TapiFile.cpp | 27 static uint32_t getFlags(const Symbol *Sym) { in getFlags() 80 const Symbol &Sym = Symbols[DRI.d.a]; in printSymbolName() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 113 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
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 45 for (auto *Sym : G.defined_symbols()) { in scanLinkGraph() local 80 for (auto *Sym : G->defined_symbols()) in discard() local 189 for (auto *Sym : G.defined_symbols()) in notifyResolved() local 210 for (auto *Sym : G.absolute_symbols()) in notifyResolved() local 360 SymbolStringPtr &getInternedName(Symbol &Sym) { in getInternedName() 405 auto ProcessSymbol = [&](Symbol *Sym) { in claimOrExternalizeWeakAndCommonSymbols() 419 for (auto *Sym : G.defined_symbols()) in claimOrExternalizeWeakAndCommonSymbols() local 421 for (auto *Sym : G.absolute_symbols()) in claimOrExternalizeWeakAndCommonSymbols() local 444 for (auto *Sym : G.defined_symbols()) in markResponsibilitySymbolsLive() local 455 for (auto *Sym : G.defined_symbols()) { in computeNamedSymbolDependencies() local [all …]
|
H A D | ObjectFileInterface.cpp | 45 for (auto &Sym : Obj.symbols()) { in getMachOObjectFileSymbolInfo() local 102 for (auto &Sym : Obj.symbols()) { in getELFObjectFileSymbolInfo() local 157 for (auto &Sym : Obj.symbols()) { in getCOFFObjectFileSymbolInfo() local 238 for (auto &Sym : Obj.symbols()) { in getGenericObjectFileSymbolInfo() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCAsmInfo.cpp | 47 SparcELFMCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, in getExprForPersonalitySymbol() 60 SparcELFMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 425 auto *Sym = Allocator.Allocate<Symbol>(); in constructExternal() local 437 auto *Sym = Allocator.Allocate<Symbol>(); in constructAbsolute() local 448 auto *Sym = Allocator.Allocate<Symbol>(); in constructAnonDef() local 738 void addSymbol(Symbol &Sym) { in addSymbol() 743 void removeSymbol(Symbol &Sym) { in removeSymbol() 1127 auto &Sym = Symbol::constructExternal( in addExternalSymbol() local 1223 void makeExternal(Symbol &Sym) { in makeExternal() 1365 void removeExternalSymbol(Symbol &Sym) { in removeExternalSymbol() 1379 void removeAbsoluteSymbol(Symbol &Sym) { in removeAbsoluteSymbol() 1394 void removeDefinedSymbol(Symbol &Sym) { in removeDefinedSymbol() [all …]
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 95 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
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 23 uint32_t llvm::codeview::getScopeEndOffset(const CVSymbol &Sym) { in getScopeEndOffset() 54 llvm::codeview::getScopeParentOffset(const llvm::codeview::CVSymbol &Sym) { in getScopeParentOffset()
|