search for: dicomposit

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

Did you mean: dicomposite
2015 Feb 19
4
[LLVMdev] Parameter names in IR and debug info
...lso the function type could be used as the referent of a pointer type, which could then be used as the type of a variable, without any actual function at all. To build corresponding debug info, I must: 6. Build a llvm::DIArray, using llvm::getOrCreateArray, from the results of 4. 7. Build a llvm::DIComposite type for the function, using llvm::createSubroutineType, from the result of 6. 8. Build a llvm::DIFunction using llvm::createFunction, from the result of 7. Here, I need the formal values, with names, first, before building the function type. This appears to imply that, in debug info, the fo...