vox.be.debug_info.pdb.codeview

Members

Enums

BinaryAnnotationsOpcode
enum BinaryAnnotationsOpcode
Undocumented in source.
CV_CPUType
enum CV_CPUType
Undocumented in source.
CV_CallConv
enum CV_CallConv
Undocumented in source.
CV_SourceLanguage
enum CV_SourceLanguage

enum CV_CFL_LANG https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cfl-lang

CV_TYPE
enum CV_TYPE
Undocumented in source.
FrameCookieType
enum FrameCookieType
Undocumented in source.
RegisterId
enum RegisterId
Undocumented in source.
ThunkOrdinal
enum ThunkOrdinal
Undocumented in source.
TrampolineType
enum TrampolineType
Undocumented in source.

Functions

binaryAnnotationsIsIntArg
bool binaryAnnotationsIsIntArg(BinaryAnnotationsOpcode op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvDecodeSignedInt32
int cvDecodeSignedInt32(uint input)
Undocumented in source. Be warned that the author may not have intended to support it.
cvEncodeSignedInt32
uint cvEncodeSignedInt32(int input)
Undocumented in source. Be warned that the author may not have intended to support it.
cvReadCompressedUint
uint cvReadCompressedUint(StreamReader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
numBinaryAnnotationsOpcodeArgs
uint numBinaryAnnotationsOpcodeArgs(BinaryAnnotationsOpcode op)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Andrey Penechko. Parts that are ported from LLVM: llvm/DebugInfo/CodeView/CodeView.h. CV constants