Skip to content
  • Devang Patel's avatar
    There are two ways to map a variable to its lexical scope. Lexical scope... · 8fb9fd67
    Devang Patel authored
    There are two ways to map a variable to its lexical scope. Lexical scope information is embedded in MDNode describing the variable. It is also available as a part of DebugLoc attached with DBG_VALUE instruction. DebugLoc attached with an instruction is less reliable in optimized code so use information embedded in the MDNode.
    
    llvm-svn: 135629
    8fb9fd67
Loading