Home
last modified time | relevance | path

Searched refs:addObject (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() function
179 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset,
181 void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) override;
H A DLVScope.h217 void addObject(LVLocation *Location);
218 void addObject(LVAddress LowerAddress, LVAddress UpperAddress);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp77 CurrentLocation->addObject(LowPC, HighPC, SectionOffset, LocDescOffset); in addLocation()
88 CurrentLocation->addObject(Opcode, Operands); in addLocationOperands()
110 Gap->addObject(LowPC, HighPC, in addLocationGap()
117 Gap->addObject(dwarf::DW_OP_hi_user, {}); in addLocationGap()
H A DLVLocation.cpp561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function in LVLocationSymbol
579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject() function in LVLocationSymbol
H A DLVScope.cpp151 void LVScope::addObject(LVLocation *Location) { in addObject() function in LVScope
247 void LVScope::addObject(LVAddress LowerAddress, LVAddress UpperAddress) { in addObject() function in LVScope
254 addObject(Location); in addObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h60 void addObject(const Value *V, unsigned Size, Align Alignment,
H A DSafeStackLayout.cpp39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject() function in StackLayout
H A DSafeStack.cpp514 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()
528 SSL.addObject(Arg, Size, Align, SSC.getFullLiveRange()); in moveStaticAllocasToUnsafeStack()
540 SSL.addObject(AI, Size, Align, in moveStaticAllocasToUnsafeStack()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp483 CurrentScope->addObject(Range.LowPC, Range.HighPC); in processOneAttribute()
625 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()
H A DLVCodeViewVisitor.cpp810 Scope->addObject(LowPC, HighPC); in visitKnownRecord()
1544 Function->addObject(LowPC, HighPC); in visitKnownRecord()
3556 InlinedFunction->addObject(LowPC, HighPC); in inlineSiteAnnotation()
H A DLVCodeViewReader.cpp1136 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule()