Home
last modified time | relevance | path

Searched refs:get_source (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp53 if (S_OK != SourceFile->get_source(0, &DataSize, nullptr)) in getCode()
57 if (S_OK != SourceFile->get_source(DataSize, &DataSize, Buffer.data())) in getCode()
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py224 get_source = get_code # same as get_code variable in _SixMetaPathImporter