Home
last modified time | relevance | path

Searched refs:GetSymbolPrefix (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Doption.h51 std::string GetSymbolPrefix() const;
Doption.cpp202 std::string Option::GetSymbolPrefix() const in GetSymbolPrefix() function in Option
Dbytecode_gen.cpp300 std::string prefix = Option::Instance().GetSymbolPrefix(); in HexdumpOutput()
Dtext_gen.cpp46 prefix_ = opt.GetSymbolPrefix(); in Initialize()