Searched refs:CurrentLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 72 CurrentLocation = getReader().createLocationSymbol(); in addLocation() 73 CurrentLocation->setParent(this); in addLocation() 74 CurrentLocation->setAttr(Attr); in addLocation() 76 CurrentLocation->setIsCallSite(); in addLocation() 77 CurrentLocation->addObject(LowPC, HighPC, SectionOffset, LocDescOffset); in addLocation() 78 Locations->push_back(CurrentLocation); in addLocation() 87 if (CurrentLocation) in addLocationOperands() 88 CurrentLocation->addObject(Opcode, Operands); in addLocationOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 153 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local 155 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc() 167 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 50 LVLocation *CurrentLocation = nullptr; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14038 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 14043 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 14176 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 14181 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 14325 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 14330 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor() 15026 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 15421 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 15731 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 15867 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() [all …]
|
| H A D | SemaLambda.cpp | 2228 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 2243 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6546 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 6559 void DefineImplicitDestructor(SourceLocation CurrentLocation, 6582 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 6596 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 6608 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 6621 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 7391 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation, 7808 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,
|