Home
last modified time | relevance | path

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

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