Searched defs:getCompileUnit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DDebugInfo.h216 DICompileUnit getCompileUnit() const{ function in class:llvm::DIFile
253 DICompileUnit getCompileUnit() const{ function in class:llvm::DIType
254 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
258 return getFieldAs<DIFile>(3).getCompileUnit();
298 return getCompileUnit().getDirectory();
304 return getCompileUnit().getFilename();
465 DICompileUnit getCompileUnit() const{ function in class:llvm::DISubprogram
466 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
470 return getFieldAs<DIFile>(6).getCompileUnit();
536 return getCompileUnit()
580 DICompileUnit getCompileUnit() const{ function in class:llvm::DIGlobalVariable
623 DICompileUnit getCompileUnit() const { function in class:llvm::DIVariable
730 DICompileUnit getCompileUnit() const{ function in class:llvm::DINameSpace
[all...]

Completed in 63 milliseconds