HomeSort by: relevance | last modified time | path
    Searched defs:Exported (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 45 JITSymbolFlags::Exported);
48 JITSymbolFlags::Exported);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 273 // module and its jumptable entry needs to be exported to thinlto backends.
405 // whether the type identifier needs to be exported to ThinLTO backends as
903 /// Type identifiers are exported by adding coarse-grained information about how
1887 // Cross-DSO CFI emits jumptable entries for exported functions as well as
1919 // have no live references (and are not exported with cross-DSO CFI.)
1926 bool Exported = false;
1930 Exported = true;
1932 if (!Exported)
2245 // Emit .symver directives for exported functions, if they exist.
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2116 // We expect to see a sequence of PP_MODULE_MACRO records listing exported
4087 // Push any exported modules onto the stack to be marked as visible.
4092 Module *Exported = *I;
4093 if (Visited.insert(Exported).second)
4094 Stack.push_back(Exported);
ASTReaderDecl.cpp 4685 auto *Exported = cast<NamedDecl>(D);
4687 Reader.getContext().mergeDefinitionIntoModule(Exported, Owner);
4688 Reader.PendingMergedDefinitionsToDeduplicate.insert(Exported);

Completed in 28 milliseconds