Home
last modified time | relevance | path

Searched defs:Locs (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h155 DebugLocStream &Locs; variable
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
182 DebugLocStream &Locs; variable
H A DDebugLocEntry.h120 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs) in DbgValueLoc() argument
124 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs, in DbgValueLoc() argument
H A DDIEHash.cpp240 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp25 ArrayRef<SourceLocation> Locs, in makeAvailability()
H A DSemaAvailability.cpp330 DoEmitAvailabilityWarning(Sema & S,AvailabilityResult K,Decl * Ctx,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) DoEmitAvailabilityWarning() argument
597 EmitAvailabilityWarning(Sema & S,AvailabilityResult AR,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) EmitAvailabilityWarning() argument
964 DiagnoseAvailabilityOfDecl(NamedDecl * D,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,bool ObjCPropertyAccess,bool AvoidPartialAvailabilityChecks,ObjCInterfaceDecl * ClassReceiver) DiagnoseAvailabilityOfDecl() argument
[all...]
H A DTreeTransform.h2188 ColonLoc, VarList, Locs, UnresolvedMappers); in RebuildOMPIsDevicePtrClause() argument
2197 return getSema().OpenMP().ActOnOpenMPUseDevicePtrClause(VarList, Locs); in RebuildOMPHasDeviceAddrClause() argument
2019 RebuildOMPMapClause(Expr * IteratorModifier,ArrayRef<OpenMPMapModifierKind> MapTypeModifiers,ArrayRef<SourceLocation> MapTypeModifiersLoc,CXXScopeSpec MapperIdScopeSpec,DeclarationNameInfo MapperId,OpenMPMapClauseKind MapType,bool IsMapTypeImplicit,SourceLocation MapLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs,ArrayRef<Expr * > UnresolvedMappers) RebuildOMPMapClause() argument
2142 RebuildOMPToClause(ArrayRef<OpenMPMotionModifierKind> MotionModifiers,ArrayRef<SourceLocation> MotionModifiersLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo & MapperId,SourceLocation ColonLoc,ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs,ArrayRef<Expr * > UnresolvedMappers) RebuildOMPToClause() argument
2158 RebuildOMPFromClause(ArrayRef<OpenMPMotionModifierKind> MotionModifiers,ArrayRef<SourceLocation> MotionModifiersLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo & MapperId,SourceLocation ColonLoc,ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs,ArrayRef<Expr * > UnresolvedMappers) RebuildOMPFromClause() argument
2170 RebuildOMPUseDevicePtrClause(ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs) RebuildOMPUseDevicePtrClause() argument
2179 RebuildOMPUseDeviceAddrClause(ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs) RebuildOMPUseDeviceAddrClause() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h47 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &C) in AIXCCState()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp328 json::Array Locs; createThreadFlows() local
397 json::Array Locs; appendResult() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp64 ArrayRef<SMLoc> Locs = R->getLoc(); locate() local
H A DSearchableTableEmitter.cpp73 ArrayRef<SMLoc> Locs; // Source locations from the Record instance. global() member
H A DDAGISelMatcherEmitter.cpp275 auto Locs = R->getLoc(); getIncludePath() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp493 if (Locs.empty()) in encodeInlineLineTable() local
365 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); emitLineTableForFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp29 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &Context, in CCState()
H A DAssignmentTrackingAnalysis.cpp833 if (const auto *Locs = FnVarLocs->getWedge(&DPV)) { process() local
839 if (const auto *Locs = FnVarLocs->getWedge(&I)) { process() local
2499 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeRedundantDbgLocsUsingBackwardScan() local
2594 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeRedundantDbgLocsUsingForwardScan() local
2682 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeUndefDbgLocsFromEntryBlock() local
[all...]
H A DStackMaps.cpp209 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand()
H A DLiveDebugVariables.cpp416 SmallVector<unsigned> Locs; in addDef() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1141 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create() argument
1198 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create() argument
1248 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create() argument
1312 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create() argument
1361 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() argument
1408 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
1455 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp60 Expected<DWARFLocationExpressionsVector> Locs = in addVariable() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h177 SmallVectorImpl<CCValAssign> &Locs; variable
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1482 setProtocolList(ObjCProtocolDecl * const * List,unsigned Num,const SourceLocation * Locs,ASTContext & C) setProtocolList() argument
2204 setProtocolList(ObjCProtocolDecl * const * List,unsigned Num,const SourceLocation * Locs,ASTContext & C) setProtocolList() argument
2388 setProtocolList(ObjCProtocolDecl * const * List,unsigned Num,const SourceLocation * Locs,ASTContext & C) setProtocolList() argument
H A DOpenMPClause.h5900 OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<SourceLocation> MapModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,OpenMPMapClauseKind MapType,bool MapTypeIsImplicit,SourceLocation MapLoc,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPMapClause() argument
6879 OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPToClause() argument
7080 OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPFromClause() argument
7261 OMPUseDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDevicePtrClause() argument
7425 OMPUseDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDeviceAddrClause() argument
7529 OMPIsDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPIsDevicePtrClause() argument
7632 OMPHasDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPHasDeviceAddrClause() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp415 SmallVector<MachineLoc, 8> Locs; member
989 getVarLocsInMBB(const MachineBasicBlock * MBB,VarLocInMBB & Locs) getVarLocsInMBB() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1612 AAQueryInfo::LocPair Locs({V1, V1Size, AAQI.MayBeCrossIteration}, aliasCheck() local

12