Searched refs:CurrentLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 151 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local 153 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc() 163 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 51 LVLocation *CurrentLocation = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14182 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument 14201 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 14203 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 14206 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 14326 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument 14341 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 14343 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 14346 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 14358 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor() 14378 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor() [all …]
|
| H A D | SemaLambda.cpp | 2345 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 2360 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5515 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 5528 void DefineImplicitDestructor(SourceLocation CurrentLocation, 5551 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 5565 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 5577 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 5590 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 5797 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation, 9151 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
|