ΒΆbool isValidFormForVersion(
llvm::dwarf::Form F,
unsigned int Version,
bool ExtensionsOk = true)
bool isValidFormForVersion(
llvm::dwarf::Form F,
unsigned int Version,
bool ExtensionsOk = true)
Description
Tells whether the specified form is defined in the specified version, or is an extension if extensions are allowed.
Declared at: llvm/include/llvm/BinaryFormat/Dwarf.h:703
Parameters
- llvm::dwarf::Form F
- unsigned int Version
- bool ExtensionsOk = true