Home
last modified time | relevance | path

Searched refs:invokeBstrMethod (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp32 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_filename); in getFileName()
36 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_objectFilename); in getObjectFileName()
40 return invokeBstrMethod(*SourceFile, in getVirtualFileName()
DDIAFrameData.cpp42 return invokeBstrMethod(*FrameData, &IDiaFrameData::get_program); in getProgram()
DDIATable.cpp23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName()
DDIADataStream.cpp24 return invokeBstrMethod(*StreamData, &IDiaEnumDebugStreamData::get_name); in getName()
DDIASourceFile.cpp24 return invokeBstrMethod(*SourceFile, &IDiaSourceFile::get_fileName); in getFileName()
DDIARawSymbol.cpp118 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAUtils.h16 std::string invokeBstrMethod(Obj &Object, in invokeBstrMethod() function