Searched defs:addObject (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 155 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 D | LVLocation.cpp | 561 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 D | LVScope.cpp | 160 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 D | SafeStackLayout.cpp | 39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject() function in StackLayout
|