Searched refs:get_source (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAInjectedSource.cpp | 53 if (S_OK != SourceFile->get_source(0, &DataSize, nullptr)) in getCode() 57 if (S_OK != SourceFile->get_source(DataSize, &DataSize, Buffer.data())) in getCode()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Experiment.h | 350 SourceFile *get_source (const char *path);
|
H A D | Module.cc | 174 sf = loadobject->firstExp->get_source (fname); in findSource()
|
H A D | Experiment.cc | 6852 Experiment::get_source (const char *path) in get_source() function in Experiment 6855 return founder_exp->get_source (path); in get_source()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Experiment.h | 350 SourceFile *get_source (const char *path);
|
H A D | Module.cc | 174 sf = loadobject->firstExp->get_source (fname); in findSource()
|
H A D | Experiment.cc | 6852 Experiment::get_source (const char *path) in get_source() function in Experiment 6855 return founder_exp->get_source (path); in get_source()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2096 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, in get_source() function 2587 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get() 2641 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get_numeric()
|