Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-record.h39 std::string source_file; /* The file in which the record is defined or empty */ member
Dassembly-function.h79 std::string source_file; /* The file in which the function is defined or empty */ member
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h84 std::string source_file; member
Ddebug_info_extractor.cpp243 const char *source_file = utf::Mutf8AsCString(handler.GetFile()); in Extract() local
Dfile_reader.cpp959 … std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id.value()).data); in CreateClassItem() local
1127 … std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id).data); in UpdateDebugInfoDependecies() local
1234 … std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id).data); in UpdateDebugInfo() local
Dfile_items.cpp1541 …id LineNumberProgramItem::EmitSetFile(std::vector<uint8_t> *constant_pool, StringItem *source_file) in EmitSetFile()
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake62 set(source_file "${source_file_dir}/${ARG_SOURCE}") variable
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp284 StringItem *source_file = container.GetOrCreateStringItem("source_file"); variable
874 StringItem *source_file = container.GetOrCreateStringItem("source_file"); variable
1047 StringItem *source_file = container.GetOrCreateStringItem("source_file"); variable