Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp66 std::map<const Function *, ExFunc> ExportedFunctions; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2079 MapVector<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local