Get call site location as a string with the given format

Synopsis

Declared in <llvm/Analysis/ReplayInlineAdvisor.h>

std::string
formatCallSiteLocation(
    DebugLoc DLoc,
    CallSiteFormat const& Format);

Return Value

Formatted call‐site location string according to Format.

Parameters

Name

Description

DLoc

Debug location of the call site to format.

Format

Controls which location fields are included in the string.

Created with MrDocs