Home
last modified time | relevance | path

Searched defs:ExportedFunctions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp63 static ManagedStatic<std::map<const Function *, ExFunc> > ExportedFunctions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1895 DenseMap<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local