search for: getdirname

Displaying 1 result from an estimated 1 matches for "getdirname".

2010 Nov 07
3
[LLVMdev] Next round of DWARF issues/questions
...65 DW_AT_decl_line 6 However, I've double- and triple-checked my code. The code that generates a DIFile looks like this: DASSERT(srcPath.isAbsolute()); DASSERT(dbgCompileUnit_.Verify()); file = dbgFactory_.CreateFile( srcPath.getLast(), srcPath.getDirname(), dbgCompileUnit_); And you can see in the earlier example that I'm passing the generated DIFile to CreateComplexTypeEx. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101106/7d9575e...