Home
last modified time | relevance | path

Searched defs:addObject (Results 1 – 4 of 4) 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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject() function in StackLayout