HomeSort by relevance Sort by last modified time
    Searched refs:Imported (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ImportedFunctionsInliningStatistics.cpp 9 // Generating inliner statistics for imported functions, mostly useful for
30 ValueLookup->Imported = F.getMetadata("thinlto_src_module") != nullptr;
42 if (!CallerNode.Imported && !CalleeNode.Imported) {
43 // Direct inline from not imported callee to not imported caller, so we
45 // get the inliner statistics in compile step where there are no imported
52 if (!CallerNode.Imported) {
112 if (Node->second->Imported) {
124 << (Node->second->Imported ? "imported " : "not imported "
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /external/clang/include/clang/Lex/
PPCallbacks.h 119 /// \param Imported The module, whenever an inclusion directive was
130 const Module *Imported) {
141 /// \param Imported The imported module; can be null if importing failed.
145 const Module *Imported) {
357 const Module *Imported) override {
360 Imported);
363 Imported);
367 const Module *Imported) override {
368 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
ModuleMap.h 500 ModuleHeaderRole Role, bool Imported = false);
PreprocessingRecord.h 498 const Module *Imported) override;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 53 const Module *Imported) override;
76 const Module *Imported) {
PrintPreprocessedOutput.cpp 130 const Module *Imported) override;
322 const Module *Imported) {
326 if (Imported) {
330 OS << "@import " << Imported->getFullModuleName() << ";"
341 << Imported->getFullModuleName() << " */";
DependencyFile.cpp 66 const Module *Imported) override {
192 const Module *Imported) override;
302 const Module *Imported) {
DiagnosticRenderer.cpp 203 // If this source location was imported from a module, print the module
206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc);
207 if (!Imported.second.empty()) {
208 // This location was imported by a module. Emit the module import stack.
209 emitImportStackRecursively(Imported.first, Imported.second, SM);
607 Message << "' imported from " << PLoc.getFilename() << ':'
622 Message << "while building module '" << ModuleName << "' imported from "
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 60 const Module *Imported) override {
69 this->Imported = Imported;
80 const Module* Imported;
  /external/clang/unittests/AST/
ASTImporterTest.cpp 91 auto Imported = Importer.Import(*FoundDecls.begin());
92 if (!Imported)
96 // were not imported
101 return Verifier.match(Imported, AMatcher);
  /external/clang/include/clang/AST/
ASTImporter.h 56 /// \brief Mapping from the already-imported types in the "from" context
60 /// \brief Mapping from the already-imported declarations in the "from"
64 /// \brief Mapping from the already-imported statements in the "from"
68 /// \brief Mapping from the already-imported FileIDs in the "from" source
72 /// \brief Imported, anonymous tag declarations that are missing their
126 /// it has already been imported from the "from" context. Otherwise return
228 /// imported declaration. By default, the returned name is the same as the
233 /// renaming the declaration being imported.
235 /// \param Name the name of the declaration being imported, which conflicts
239 /// the name is being imported
    [all...]
Decl.h 602 /// \brief Determine whether this symbol is weakly-imported,
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/boringssl/src/util/
convert_wycheproof.go 135 if _, err := fmt.Fprintf(f, `# Imported from Wycheproof's %s.
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 70 const Module *Imported) override;
181 const Module *Imported) {
185 if (Imported) {
187 std::make_pair(HashLoc.getRawEncoding(), Imported));
  /external/clang/lib/Lex/
Preprocessor.cpp 516 // #imported, it won't be re-entered.
786 Module *Imported = nullptr;
788 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
792 if (Imported)
793 makeModuleVisible(Imported, ModuleImportLoc);
796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
    [all...]
PreprocessingRecord.cpp 443 const Module *Imported) {
478 (bool)Imported,
PPDirectives.cpp     [all...]
ModuleMap.cpp 793 ModuleHeaderRole Role, bool Imported) {
809 if (!Imported || isCompilingModuleHeader) {
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
task.rb 394 | #{ @path }: unable to locate imported grammar file #{ imp }.g
398 Imported.new( self, file )
426 class GrammarFile::Imported < GrammarFile
  /external/clang/lib/Serialization/
ASTReaderInternals.h 263 bool Imported;
  /external/clang/tools/libclang/
Indexing.cpp 252 const Module *Imported) override {
256 Imported);
    [all...]
  /external/ImageMagick/scripts/
xsnap 575 set snap(comment) "Imported from %m image: %f"

Completed in 2088 milliseconds

1 2