HomeSort by relevance Sort by last modified time
    Searched refs:CompilationType (Results 1 - 13 of 13) sorted by null

  /bionic/tools/versioner/src/
CompilationType.h 26 struct CompilationType {
37 bool operator<(const CompilationType& other) const {
41 bool operator==(const CompilationType& other) const {
48 struct hash<CompilationType> {
49 size_t operator()(CompilationType type) const {
67 std::string to_string(const CompilationType& type);
CompilationType.cpp 17 #include "CompilationType.h"
22 std::string to_string(const CompilationType& type) {
SymbolDatabase.h 34 using NdkSymbolDatabase = std::map<std::string, std::map<CompilationType, NdkSymbolType>>;
35 NdkSymbolDatabase parsePlatforms(const std::set<CompilationType>& types,
Driver.h 35 const std::set<CompilationType>& types,
39 HeaderDatabase* header_database, CompilationType type,
SymbolDatabase.cpp 68 static std::string readPlatformFile(const CompilationType& type, llvm::StringRef platform_dir,
96 static std::map<std::string, NdkSymbolType> parsePlatform(const CompilationType& type,
145 NdkSymbolDatabase parsePlatforms(const std::set<CompilationType>& types,
147 std::map<std::string, std::map<CompilationType, NdkSymbolType>> result;
148 for (const CompilationType& type : types) {
Driver.cpp 59 CompilationType type;
61 VersionerASTConsumer(HeaderDatabase* header_database, CompilationType type)
73 CompilationType type;
75 VersionerASTAction(HeaderDatabase* header_database, CompilationType type)
95 static std::unordered_map<CompilationType, std::vector<std::string>> cc1_flags;
98 CompilationType type,
167 errx(1, "attemped to generate cc1 flags for existing CompilationType %s",
175 static std::vector<const char*> getCC1Command(CompilationType type, const std::string& filename) {
178 errx(1, "failed to find target flags for CompilationType %s", to_string(type).c_str());
195 const std::set<CompilationType>& types
    [all...]
versioner.cpp 139 static std::set<CompilationType> generateCompilationTypes(const std::set<Arch> selected_architectures,
141 std::set<CompilationType> result;
150 CompilationType type = {
160 static std::unique_ptr<HeaderDatabase> compileHeaders(const std::set<CompilationType>& types,
172 std::map<CompilationType, HeaderDatabase> header_databases;
184 std::vector<std::pair<CompilationType, const std::string&>> jobs;
186 for (CompilationType type : types) {
225 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) {
226 std::set<CompilationType> result;
251 std::unordered_map<const Declaration*, std::set<CompilationType>> inline_definitions
    [all...]
DeclarationDatabase.h 30 #include "CompilationType.h"
131 std::map<CompilationType, DeclarationAvailability> availability;
168 bool hasDeclaration(const CompilationType& type) const;
201 void parseAST(CompilationType type, clang::ASTContext& ast);
DeclarationDatabase.cpp 40 CompilationType type;
45 Visitor(HeaderDatabase& database, CompilationType type, ASTContext& ctx)
273 bool Symbol::hasDeclaration(const CompilationType& type) const {
284 void HeaderDatabase::parseAST(CompilationType type, ASTContext& ctx) {
Preprocessor.cpp 57 const CompilationType& type = it.first;
  /external/v8/src/debug/
debug.js 56 // Script::CompilationType in objects.h.
  /external/v8/src/
objects.h     [all...]
objects-inl.h     [all...]

Completed in 191 milliseconds