OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibCallInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
26
/// For example, the
LibCallInfo
may be set up to model the behavior of
123
///
LibCallInfo
- Abstract interface to query about library call information.
127
class
LibCallInfo
{
133
LibCallInfo
() : Impl(0), Locations(0), NumLocations(0) {}
134
virtual ~
LibCallInfo
();
160
/// set of libcalls represented by this
LibCallInfo
object. This array is
LibCallAliasAnalysis.h
21
class
LibCallInfo
;
24
/// LibCallAliasAnalysis - Alias analysis driven from
LibCallInfo
.
28
LibCallInfo
*LCI;
30
explicit LibCallAliasAnalysis(
LibCallInfo
*LC = 0)
34
explicit LibCallAliasAnalysis(char &ID,
LibCallInfo
*LC)
Passes.h
25
class
LibCallInfo
;
73
FunctionPass *createLibCallAliasAnalysisPass(
LibCallInfo
*LCI);
/external/llvm/lib/Analysis/
LibCallSemantics.cpp
21
/// getMap - This impl pointer in ~
LibCallInfo
is actually a StringMap. This
27
LibCallInfo
::~
LibCallInfo
() {
31
const LibCallLocationInfo &
LibCallInfo
::getLocationInfo(unsigned LocID) const {
44
LibCallInfo
::getFunctionInfo(const Function *F) const {
LibCallAliasAnalysis.cpp
26
FunctionPass *llvm::createLibCallAliasAnalysisPass(
LibCallInfo
*LCI) {
Completed in 75 milliseconds