/freebsd-src/contrib/llvm-project/lld/include/lld/Common/ |
H A D | DWARF.h | 39 struct VarLoc { struct 44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 297 struct VarLoc { global() struct in __anon98b313540111::VarLocBasedLDV 300 SpillLoc__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 312 WasmLoc__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 327 Var__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 330 Expr__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 334 MI__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 336 MachineLocKind__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 344 EntryValueLocKind__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 349 EVKind__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 353 MachineLocValue__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 368 MachineLoc__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 415 Locs__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 420 OrigLocMap__anon98b313540111::VarLocBasedLDV::VarLoc global() argument 422 VarLoc__anon98b313540111::VarLocBasedLDV::VarLoc VarLoc() argument 450 GetLocForOp__anon98b313540111::VarLocBasedLDV::VarLoc GetLocForOp() argument 475 CreateEntryLoc__anon98b313540111::VarLocBasedLDV::VarLoc CreateEntryLoc() argument 490 CreateEntryBackupLoc__anon98b313540111::VarLocBasedLDV::VarLoc CreateEntryBackupLoc() argument 503 CreateEntryCopyBackupLoc__anon98b313540111::VarLocBasedLDV::VarLoc CreateEntryCopyBackupLoc() argument 517 CreateCopyLoc__anon98b313540111::VarLocBasedLDV::VarLoc CreateCopyLoc() argument 531 CreateSpillLoc__anon98b313540111::VarLocBasedLDV::VarLoc CreateSpillLoc() argument 547 BuildDbgValue__anon98b313540111::VarLocBasedLDV::VarLoc BuildDbgValue() argument 613 isConstant__anon98b313540111::VarLocBasedLDV::VarLoc isConstant() argument 618 isEntryBackupLoc__anon98b313540111::VarLocBasedLDV::VarLoc isEntryBackupLoc() argument 625 isEntryValueBackupReg__anon98b313540111::VarLocBasedLDV::VarLoc isEntryValueBackupReg() argument 631 isEntryValueCopyBackupReg__anon98b313540111::VarLocBasedLDV::VarLoc isEntryValueCopyBackupReg() argument 637 usesReg__anon98b313540111::VarLocBasedLDV::VarLoc usesReg() argument 645 getRegIdx__anon98b313540111::VarLocBasedLDV::VarLoc getRegIdx() argument 655 getDescribingRegs__anon98b313540111::VarLocBasedLDV::VarLoc getDescribingRegs() argument 665 containsSpillLocs__anon98b313540111::VarLocBasedLDV::VarLoc containsSpillLocs() argument 673 usesSpillLoc__anon98b313540111::VarLocBasedLDV::VarLoc usesSpillLoc() argument 682 getSpillLocIdx__anon98b313540111::VarLocBasedLDV::VarLoc getSpillLocIdx() argument 690 containsWasmLocs__anon98b313540111::VarLocBasedLDV::VarLoc containsWasmLocs() argument 698 usesWasmLoc__anon98b313540111::VarLocBasedLDV::VarLoc usesWasmLoc() argument 707 dominates__anon98b313540111::VarLocBasedLDV::VarLoc dominates() argument 713 dump__anon98b313540111::VarLocBasedLDV::VarLoc dump() argument 767 operator ==__anon98b313540111::VarLocBasedLDV::VarLoc operator ==() argument 773 operator <__anon98b313540111::VarLocBasedLDV::VarLoc operator <() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 140 VarLocInfo VarLoc; in addSingleLocVar() local 151 VarLocInfo VarLoc; in addVarLoc() local 211 for (const auto &VarLoc : Builder.SingleLocVars) init() local 233 for (const VarLocInfo &VarLoc : Builder.VarLocsBeforeInst[&DPV]) init() local 236 for (const VarLocInfo &VarLoc : P.second) init() local 665 addDef(const VarLocInfo & VarLoc,VarLocInsertPt Before,BasicBlock & BB,VarFragMap & LiveSet) addDef() argument 1548 VarLocInfo VarLoc; emitDbgValue() local 1662 VarLocInfo VarLoc; processUntaggedInstruction() local 2385 for (VarLocInfo VarLoc : Vec) { run() local 2426 for (const VarLocInfo &VarLoc : Vec) { run() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7923 SourceLocation VarLoc; global() variable 7947 OMPInitClause(bool IsTarget,bool IsTargetSync,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc,unsigned N) OMPInitClause() argument 8043 SourceLocation VarLoc; global() variable 8066 OMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) OMPUseClause() argument 8118 SourceLocation VarLoc; global() variable 8141 OMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) OMPDestroyClause() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 2594 Loc VarLoc = state->getLValue(D, C.getLocationContext()); checkPreStmt() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3685 SourceLocation VarLoc = Tok.getLocation(); ParseOpenMPInteropClause() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1649 SourceLocation VarLoc, in Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17893 isValidInteropVariable(Sema & SemaRef,Expr * InteropVarExpr,SourceLocation VarLoc,OpenMPClauseKind Kind) isValidInteropVariable() argument 17952 ActOnOpenMPInitClause(Expr * InteropVar,OMPInteropInfo & InteropInfo,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPInitClause() argument 17977 ActOnOpenMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPUseClause() argument 17990 ActOnOpenMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPDestroyClause() argument [all...] |
H A D | TreeTransform.h | 2295 RebuildOMPInitClause(Expr * InteropVar,OMPInteropInfo & InteropInfo,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPInitClause() argument 2307 RebuildOMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPUseClause() argument 2318 RebuildOMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPDestroyClause() argument
|
H A D | SemaExpr.cpp | 19427 SourceLocation VarLoc = Var->getLocation(); captureInBlock() local
|