Home
last modified time | relevance | path

Searched refs:CurrentLocation (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp72 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 DPPCELFStreamer.cpp153 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 DLVSymbol.h50 LVLocation *CurrentLocation = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14038 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 DSemaLambda.cpp2228 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 DSema.h6546 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,