Searched refs:create_symbol_owner_data_arch_specific (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp75 template <typename SIZE_AND_ENDIANNESS> CSCppSymbolOwnerData* create_symbol_owner_data_arch_specific(CSCppSymbolOwner* symbol_owner, const char* dsym_path) { function
82 create_symbol_owner_data_arch_specific< ISA32Little >(symbol_owner, dsym_path);
83 create_symbol_owner_data_arch_specific< ISA32Big >(symbol_owner, dsym_path);
84 create_symbol_owner_data_arch_specific< ISA64Little >(symbol_owner, dsym_path);
85 create_symbol_owner_data_arch_specific< ISA64Big >(symbol_owner, dsym_path);

Completed in 37 milliseconds