Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h164 : Locs(Locs), Asm(Asm), V(V), ListIndex(Locs.startList(&CU)), in ListBuilder() argument
156 DebugLocStream &Locs; global() variable
184 DebugLocStream &Locs; global() variable
[all...]
H A DDebugLocEntry.h120 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs) in DbgValueLoc()
124 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs, in DbgValueLoc()
H A DDIEHash.cpp240 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp25 ArrayRef<SourceLocation> Locs, in makeAvailability()
H A DSemaAvailability.cpp392 ArrayRef<SourceLocation> Locs, in DoEmitAvailabilityWarning()
674 ArrayRef<SourceLocation> Locs, in EmitAvailabilityWarning()
1044 ArrayRef<SourceLocation> Locs, in DiagnoseAvailabilityOfDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h47 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &C) in AIXCCState()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp327 json::Array Locs; in createThreadFlows() local
396 json::Array Locs; in appendResult() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp67 ArrayRef<SMLoc> Locs = R->getLoc(); in locate() local
H A DSearchableTableEmitter.cpp76 ArrayRef<SMLoc> Locs; // Source locations from the Record instance. member
H A DDAGISelMatcherEmitter.cpp274 auto Locs = R->getLoc(); in getIncludePath() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp362 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local
492 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp29 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &Context, in CCState()
H A DAssignmentTrackingAnalysis.cpp834 if (const auto *Locs = FnVarLocs->getWedge(&DVR)) { in process() local
840 if (const auto *Locs = FnVarLocs->getWedge(&I)) { in process() local
2506 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingBackwardScan() local
2601 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeRedundantDbgLocsUsingForwardScan() local
2689 const auto *Locs = FnVarLocs.getWedge(WedgePosition); in removeUndefDbgLocsFromEntryBlock() local
H A DStackMaps.cpp209 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() argument
H A DLiveDebugVariables.cpp416 SmallVector<unsigned> Locs; in addDef() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1141 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1198 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1248 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1312 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1361 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1408 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1455 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp60 Expected<DWARFLocationExpressionsVector> Locs = in addVariable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h177 SmallVectorImpl<CCValAssign> &Locs; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp146 CXXPattern::expandCode(const CodeExpansions &CE, ArrayRef<SMLoc> Locs, in expandCode()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp641 ZipperedDeclSources Locs; in visitSymbolInDylib() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1485 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
2207 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
2389 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
H A DOpenMPClause.h5940 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause()
6919 const OMPVarListLocTy &Locs, in OMPToClause()
7120 const OMPVarListLocTy &Locs, in OMPFromClause()
7301 explicit OMPUseDevicePtrClause(const OMPVarListLocTy &Locs, in OMPUseDevicePtrClause()
7465 explicit OMPUseDeviceAddrClause(const OMPVarListLocTy &Locs, in OMPUseDeviceAddrClause()
7569 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause()
7672 explicit OMPHasDeviceAddrClause(const OMPVarListLocTy &Locs, in OMPHasDeviceAddrClause()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp415 SmallVector<MachineLoc, 8> Locs; member
989 VarLocSet &getVarLocsInMBB(const MachineBasicBlock *MBB, VarLocInMBB &Locs) { in getVarLocsInMBB()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1685 AAQueryInfo::LocPair Locs({V1, V1Size, AAQI.MayBeCrossIteration}, in aliasCheck() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2441 SmallVector<llvm::Metadata *, 8> Locs; in getAsmSrcLocInfo() local

12