From e89b7595014f239d55a964c5e68e8020106ad6b2 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 4 Jun 2010 22:49:55 +0000 Subject: Update docs to reflect new DISubprogram elements. llvm-svn: 105495 --- llvm/docs/SourceLevelDebugging.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'llvm/docs/SourceLevelDebugging.html') diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 48619266d97..2bbe18118e1 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -433,6 +433,13 @@ provide details such as name, type and where the variable is defined.

metadata, ;; Reference to type descriptor i1, ;; True if the global is local to compile unit (static) i1 ;; True if the global is defined in the compile unit (not extern) + i32 ;; Virtuality, e.g. dwarf::DW_VIRTUALITY__virtual + i32 ;; Index into a virtual function + metadata, ;; indicates which base type contains the vtable pointer for the + ;; derived class + i1 ;; isArtificial + i1 ;; isOptimized + Function *;; Pointer to LLVM function } -- cgit v1.2.3