| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 177821
|
|
|
|
|
|
| |
with other DIScopes
llvm-svn: 177674
|
|
|
|
| |
llvm-svn: 177661
|
|
|
|
| |
llvm-svn: 177590
|
|
|
|
|
|
|
|
|
| |
a raw directory/file pair
This makes DIType's first non-tag parameter the same as DIFile's, allowing them
to both share the common implementation of getFilename/getDirectory in DIScope.
llvm-svn: 177467
|
|
|
|
|
|
|
|
| |
This is another step along the way to making all DIScopes have a common prefix
which can be added to in a general manner to support using directives
(DW_TAG_imported_module).
llvm-svn: 177462
|
|
|
|
|
|
|
|
|
|
| |
This is the first step to making all DIScopes have a common metadata prefix (so
that things (using directives, for example) that can appear in any scope can be
added to that common prefix). DIFile is itself a DIScope so the common prefix
of all DIScopes cannot be a DIFile - instead it's the raw filename/directory
name pair.
llvm-svn: 177239
|
|
This is the backend part of a CFE test with the same name.
llvm-svn: 177087
|