insertDbgRecord overloads

Synopses

Declared in <llvm/IR/DebugProgramInstruction.h>

Insert a DbgRecord into this DbgMarker, at the end of the list. If InsertAtHead is true, at the start.

void
insertDbgRecord(
    DbgRecord* New,
    bool InsertAtHead);

Insert a DbgRecord prior to a DbgRecord contained within this marker.

void
insertDbgRecord(
    DbgRecord* New,
    DbgRecord* InsertBefore);

Created with MrDocs