OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExportedFunctions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
FunctionInfo.h
234
bool
hasExportedFunctions
(const Module &M) const {
/external/llvm/lib/Linker/
LinkModules.cpp
49
bool
HasExportedFunctions
= false;
122
bool isModuleExporting() const { return
HasExportedFunctions
; }
160
HasExportedFunctions
= ImportIndex->
hasExportedFunctions
(SrcM);
Completed in 157 milliseconds