Searched defs:source_filename (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c64 char const * source_filename)
69 fprintf(stderr, "Source %s\n", source_filename);
99 debug_line[i].filename = source_filename;
124 char * source_filename = NULL; local
143 declaring_class, &source_filename);
148 source_filename);
201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename);
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, jint entry_count, jvmtiLineNumberEntry* table_ptr, char const * source_filename) argument
/external/oprofile/libutil++/
H A Dop_bfd.cpp369 string & source_filename, unsigned int & linenr) const
382 source_filename = info.filename;
368 get_linenr(symbol_index_t sym_idx, bfd_vma offset, string & source_filename, unsigned int & linenr) const argument
/external/clang/tools/libclang/
H A DIndexing.cpp479 const char *source_filename; member in struct:__anon16664::IndexSourceFileInfo
509 const char *source_filename = ITUI->source_filename; local
566 // The 'source_filename' argument is optional. If the caller does not
571 if (source_filename)
572 Args->push_back(source_filename);
964 const char *source_filename,
972 *Log << source_filename << ": "; local
979 source_filename, command_line_args,
992 fprintf(stderr, " 'source_filename'
959 clang_indexSourceFile(CXIndexAction idxAction, CXClientData client_data, IndexerCallbacks *index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
[all...]
H A DCIndex.cpp2628 const char *source_filename,
2634 return clang_parseTranslationUnit(CIdx, source_filename,
2642 const char *source_filename; member in struct:ParseTranslationUnitInfo
2654 const char *source_filename = PTUI->source_filename; local
2731 // The 'source_filename' argument is optional. If the caller does not
2736 if (source_filename)
2737 Args->push_back(source_filename);
2777 const char *source_filename,
2784 *Log << source_filename << " local
2627 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, const char *source_filename, int num_command_line_args, const char * const *command_line_args, unsigned num_unsaved_files, struct CXUnsavedFile *unsaved_files) argument
2776 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
[all...]

Completed in 133 milliseconds