Searched refs:CurrentLocation (Results 1 – 6 of 6) sorted by relevance
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 50 LVLocation *CurrentLocation = nullptr; variable
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13891 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument 13910 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 13912 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 13915 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 14035 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument 14050 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 14052 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 14055 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 14067 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor() 14087 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor() [all …]
|
| H A D | SemaLambda.cpp | 2286 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 2301 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5100 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 5113 void DefineImplicitDestructor(SourceLocation CurrentLocation, 5136 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 5150 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 5162 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 5175 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 5382 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation, 8872 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
|