Home
last modified time | relevance | path

Searched defs:addObject (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h155 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
157 virtual void addObject(LVSmall Opcode, LVUnsigned Operand1, in addObject() function
/openbsd-src/gnu/llvm/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, LVUnsigned Operand1, in addObject() function in LVLocationSymbol
H A DLVScope.cpp160 void LVScope::addObject(LVLocation *Location) { in addObject() function in LVScope
256 void LVScope::addObject(LVAddress LowerAddress, LVAddress UpperAddress) { in addObject() function in LVScope
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject() function in StackLayout