Searched refs:getMemberFunctionType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 234 codeview::TypeIndex getMemberFunctionType(const DISubprogram *SP,
|
D | CodeViewDebug.cpp | 238 MemberFuncIdRecord MFuncId(ClassType, getMemberFunctionType(SP, Class), in getFuncIdForSubprogram() 251 TypeIndex CodeViewDebug::getMemberFunctionType(const DISubprogram *SP, in getMemberFunctionType() function in CodeViewDebug 1689 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 319 codeview::TypeIndex getMemberFunctionType(const DISubprogram *SP,
|
D | CodeViewDebug.cpp | 327 MemberFuncIdRecord MFuncId(ClassType, getMemberFunctionType(SP, Class), in getFuncIdForSubprogram() 340 TypeIndex CodeViewDebug::getMemberFunctionType(const DISubprogram *SP, in getMemberFunctionType() function in CodeViewDebug 2202 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList()
|