Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c64 char const * source_filename) in create_debug_line_info() argument
69 fprintf(stderr, "Source %s\n", source_filename); in create_debug_line_info()
99 debug_line[i].filename = source_filename; in create_debug_line_info()
124 char * source_filename = NULL; in cb_compiled_method_load() local
143 declaring_class, &source_filename); in cb_compiled_method_load()
148 source_filename); in cb_compiled_method_load()
201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename); in cb_compiled_method_load()
/external/clang/tools/libclang/
DIndexing.cpp222 const char *source_filename; member
252 const char *source_filename = ITUI->source_filename; in clang_indexSourceFile_Impl() local
312 if (source_filename) in clang_indexSourceFile_Impl()
313 Args->push_back(source_filename); in clang_indexSourceFile_Impl()
708 const char *source_filename, in clang_indexSourceFile() argument
718 source_filename, command_line_args, in clang_indexSourceFile()
731 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_indexSourceFile()
DCIndex.cpp2476 const char *source_filename, in clang_createTranslationUnitFromSourceFile() argument
2482 return clang_parseTranslationUnit(CIdx, source_filename, in clang_createTranslationUnitFromSourceFile()
2490 const char *source_filename; member
2502 const char *source_filename = PTUI->source_filename; in clang_parseTranslationUnit_Impl() local
2583 if (source_filename) in clang_parseTranslationUnit_Impl()
2584 Args->push_back(source_filename); in clang_parseTranslationUnit_Impl()
2621 const char *source_filename, in clang_parseTranslationUnit() argument
2627 ParseTranslationUnitInfo PTUI = { CIdx, source_filename, command_line_args, in clang_parseTranslationUnit()
2634 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_parseTranslationUnit()
/external/oprofile/libutil++/
Dop_bfd.cpp369 string & source_filename, unsigned int & linenr) const in get_linenr() argument
382 source_filename = info.filename; in get_linenr()
/external/clang/include/clang-c/
DIndex.h982 const char *source_filename,
1141 const char *source_filename,
4684 const char *source_filename,
/external/oprofile/
DChangeLog-2003843 information available. get_linenr(): s/filename/source_filename/