Searched defs:source_filename (Results 1 - 5 of 5) 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.cpp472 const char *source_filename; member in struct:__anon19527::IndexSourceFileInfo
491 const char *source_filename = ITUI->source_filename; local
549 // The 'source_filename' argument is optional. If the caller does not
554 if (source_filename)
555 Args->push_back(source_filename);
966 const char *source_filename,
974 *Log << source_filename << ": "; local
989 source_filename,
1006 fprintf(stderr, " 'source_filename'
961 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.cpp2725 const char *source_filename,
2731 return clang_parseTranslationUnit(CIdx, source_filename,
2739 const char *source_filename; member in struct:ParseTranslationUnitInfo
2751 const char *source_filename = PTUI->source_filename; local
2831 // The 'source_filename' argument is optional. If the caller does not
2836 if (source_filename)
2837 Args->push_back(source_filename);
2872 const char *source_filename,
2880 CIdx, source_filename, command_line_arg
2724 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
2871 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
2888 clang_parseTranslationUnit2( 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, CXTranslationUnit *out_TU) argument
2898 *Log << source_filename << ": "; local
[all...]
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h264 char *source_filename; member in struct:avrule

Completed in 154 milliseconds