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