Home
last modified time | relevance | path

Searched defs:dirIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddebug_info.h30 InstDebugInfo(uint32_t dirIndex, uint32_t fileIndex, uint32_t lineNumber) in InstDebugInfo()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp121 auto dirIndex {AddDir(sourceDirs[debugInfo->GetDirIndex()])}; in BuildGraphNestedFunction() local
265 Dwarf_Unsigned DwarfBuilder::AddFile(const std::string &fname, Dwarf_Unsigned dirIndex) in AddFile()