Searched defs:stm (Results 1 – 9 of 9) sorted by relevance
25 inline Expected<ProfileContainer, const char *> ReadProfile([[maybe_unused]] std::istream &stm, in ReadProfile()64 … [[maybe_unused]] BytecodeInstruction *inst, [[maybe_unused]] std::ostream &stm) in DumpProfile()
28 void Location::Dump(std::ostream &stm, [[maybe_unused]] Arch arch) in Dump()
81 void Dump(std::ostream &stm, Arch arch) const in Dump()
580 void GraphMode::Dump(std::ostream &stm) in Dump()
28 void Location::Dump(std::ostream &stm, Arch arch) in Dump()
855 void GraphMode::Dump(std::ostream &stm) in Dump()
330 def dump(stm = STDOUT) argument
90 std::ifstream stm(fname.data(), std::ios::binary); in SetProfile() local