As above, for DVRDeclareValues.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

TinyPtrVector<DbgVariableRecord*>
findDVRDeclareValues(Value* V);

Return Value

TinyPtrVector ‐ This class is specialized for cases where there are normally 0 or 1 element in a vector, but is general enough to go beyond that when required.

Parameters

Name

Description

V

LLVM Value Representation

Created with MrDocs