Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A 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()
H A DDIAFrameData.cpp42 return invokeBstrMethod(*FrameData, &IDiaFrameData::get_program); in getProgram()
H A DDIATable.cpp23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName()
H A DDIADataStream.cpp24 return invokeBstrMethod(*StreamData, &IDiaEnumDebugStreamData::get_name); in getName()
H A DDIASourceFile.cpp24 return invokeBstrMethod(*SourceFile, &IDiaSourceFile::get_fileName); in getFileName()
H A DDIARawSymbol.cpp118 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h16 std::string invokeBstrMethod(Obj &Object, in invokeBstrMethod() function