Lines Matching refs:string
45 vector<string> DwarfCFIToModule::RegisterNames::MakeVector(
48 vector<string> names(strings, strings + size);
52 vector<string> DwarfCFIToModule::RegisterNames::I386() {
68 vector<string> DwarfCFIToModule::RegisterNames::X86_64() {
88 vector<string> DwarfCFIToModule::RegisterNames::ARM() {
109 vector<string> DwarfCFIToModule::RegisterNames::ARM64() {
128 vector<string> DwarfCFIToModule::RegisterNames::MIPS() {
146 uint8 version, const string &augmentation,
172 string DwarfCFIToModule::RegisterName(int i) {
193 const string &rule) {
196 // Place the name in our global set of strings, and then use the string
198 // major std::string implementations use reference counting internally,
201 // vector<string>, register names are already shared.
202 string shared_rule = *common_strings_.insert(rule).first;
250 const string &expression) {
257 const string &expression) {
277 const string ®) {
286 const string ®) {