Searched defs:Sym (Results 151 - 175 of 218) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp93 SymbolRef Sym; member in class:__anon2223::DynamicTypePropagation::GenericsBugVisitor
541 storeWhenMoreInformative(ProgramStateRef &State, SymbolRef Sym, argument
800 SymbolRef Sym = M.getReceiverSVal().getAsSymbol(); local
1023 reportGenericsBug( const ObjCObjectPointerType *From, const ObjCObjectPointerType *To, ExplodedNode *N, SymbolRef Sym, CheckerContext &C, const Stmt *ReportedNode) const argument
[all...]
H A DMoveChecker.cpp266 SymbolRef Sym = SR->getSymbol(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp28 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { argument
36 static ProgramStateRef setRefBinding(ProgramStateRef State, SymbolRef Sym, argument
42 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { argument
211 SymbolRef Sym = C.getSVal(CE).getAsLocSymbol(); local
292 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); local
859 processNonLeakError(ProgramStateRef St, SourceRange ErrorRange, RefVal::Kind ErrorKind, SymbolRef Sym, CheckerContext &C) const argument
985 SymbolRef Sym = state->getSValAsScalarOrLoc(RetE, C.getLocationContext()) local
1066 checkReturnWithRetEffect(const ReturnStmt *S, CheckerContext &C, ExplodedNode *Pred, RetEffect RE, RefVal X, SymbolRef Sym, ProgramStateRef state) const argument
1207 handleAutoreleaseCounts(ProgramStateRef state, ExplodedNode *Pred, const ProgramPointTag *Tag, CheckerContext &Ctx, SymbolRef Sym, RefVal V, const ReturnStmt *S) const argument
1349 SymbolRef Sym = state->getSVal(state->getRegion(Param, LCtx)).getAsSymbol(); local
1418 SymbolRef Sym = I.first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp313 static bool isInRelation(BinaryOperator::Opcode Rel, SymbolRef Sym, argument
330 static bool isWithinConstantOverflowBounds(SymbolRef Sym, argument
356 decomposeSymbol(SymbolRef Sym, BasicValueFactory &BV) { argument
438 shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, SymbolRef Sym, llvm::APSInt Int, QualType Ty) argument
666 SymbolRef Sym = lhs.castAs<nonloc::SymbolVal>().getSymbol(); local
1249 isUnchanged(SymbolRef Sym, SVal Val) argument
1253 cache(SymbolRef Sym, SVal V) argument
1258 skip(SymbolRef Sym) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h95 SymbolRef Sym; member in class:clang::ento::StackHintGeneratorForSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp864 void MachineFunction::setCallSiteLandingPad(MCSymbol *Sym, argument
H A DMachineOperand.cpp200 void MachineOperand::ChangeToMCSymbol(MCSymbol *Sym) { argument
567 void MachineOperand::printSymbol(raw_ostream &OS, MCSymbol &Sym) { argument
568 OS << "<mcsymbol " << Sym << ">"; local
H A DTargetLoweringObjectFileImpl.cpp415 MCSymbol *Sym = TM.getSymbol(GV); local
1227 MCSymbol *Sym = TM.getSymbol(GV); local
1253 MCSymbol *Sym = TM.getSymbol(GV); local
1260 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
1461 MCSymbol *Sym = TM.getSymbol(ComdatGV); local
1515 MCSymbol *Sym = TM.getSymbol(ComdatGV); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp115 notifySymbolMetRequiredState( const SymbolStringPtr &Name, JITEvaluatedSymbol Sym) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp154 const MCSymbol &Sym = Ref->getSymbol(); local
256 const MCSymbol &Sym = A->getSymbol(); local
261 const MCSymbol &Sym = B->getSymbol(); local
H A DMCContext.cpp139 MCSymbol *&Sym = Symbols[NameRef]; local
259 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)]; local
284 setSymbolValue(MCStreamer &Streamer, StringRef Sym, uint64_t Val) argument
291 registerInlineAsmLabel(MCSymbol *Sym) argument
409 MCSymbol *&Sym = Symbols[Section]; local
[all...]
H A DMCObjectStreamer.cpp215 void MCObjectStreamer::visitUsedSymbol(const MCSymbol &Sym) { argument
761 emitAddrsigSym(const MCSymbol *Sym) argument
[all...]
H A DMachObjectWriter.cpp316 MachObjectWriter::findSymbolData(const MCSymbol &Sym) { argument
H A DWinCOFFObjectWriter.cpp366 COFFSymbol *Sym = GetOrCreateCOFFSymbol(&MCSym); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp192 object::SymbolRef Sym = P.first; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp301 BasicSymbolRef Sym; member in struct:__anon4841::NMSymbol
721 symbolIsDefined(const NMSymbol &Sym) argument
1211 getNsectInMachO(MachOObjectFile &Obj, BasicSymbolRef Sym) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp877 const MCSymbol *Sym = A ? &A->getSymbol() : nullptr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp790 MCSymbol *Sym = getContext().getOrCreateSymbol(Identifier); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp317 MCSymbol *PPCAsmPrinter::lookUpOrCreateTOCEntry(const MCSymbol *Sym) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h553 const Elf_Sym *Sym = getSymbol(Symb); local
701 const Elf_Sym *Sym = getSymbol(Symb); local
1029 DataRefImpl Sym = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h234 const MCSymbol *Sym; /// Symbol before DBG_LABEL instruction. member in class:llvm::DbgLabel
280 SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {} argument
282 const MCSymbol *Sym; member in struct:llvm::SymbolCU
[all...]
H A DWinException.cpp189 beginFunclet(const MachineBasicBlock &MBB, MCSymbol *Sym) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp326 MCSymbol *&Sym = local
370 MCSymbol *Sym = P.second; local
602 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); local
1161 MCOperand Sym, SymTLSDescLo12, SymTLSDesc; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp951 MCSymbol *Sym = getContext().getOrCreateSymbol(Identifier); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp71 struct SymOp Sym; member in union:__anon4353::WebAssemblyOperand::__anon4354
529 MCSymbol *Sym = Ctx.createTempSymbol("typeindex", true); variable

Completed in 207 milliseconds

123456789