Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp33 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_filename); in getFileName()
37 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_objectFilename); in getObjectFileName()
41 return invokeBstrMethod(*SourceFile, in getVirtualFileName()
H A DDIAFrameData.cpp43 return invokeBstrMethod(*FrameData, &IDiaFrameData::get_program); in getProgram()
H A DDIATable.cpp24 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName()
H A DDIADataStream.cpp25 return invokeBstrMethod(*StreamData, &IDiaEnumDebugStreamData::get_name); in getName()
H A DDIASourceFile.cpp25 return invokeBstrMethod(*SourceFile, &IDiaSourceFile::get_fileName); in getFileName()
H A DDIARawSymbol.cpp119 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h17 std::string invokeBstrMethod(Obj &Object, in invokeBstrMethod() function