OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocationInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
140
///
getLocationInfo
- Return information about the specified LocationID.
141
const LibCallLocationInfo &
getLocationInfo
(unsigned LocID) const;
153
///
getLocationInfo
- Return descriptors for the locations referenced by
155
virtual unsigned
getLocationInfo
(const LibCallLocationInfo *&Array) const {
/external/llvm/lib/Analysis/
LibCallSemantics.cpp
31
const LibCallLocationInfo &LibCallInfo::
getLocationInfo
(unsigned LocID) const {
34
NumLocations =
getLocationInfo
(Locations);
LibCallAliasAnalysis.cpp
68
LCI->
getLocationInfo
(Details[i].LocationID);
89
LCI->
getLocationInfo
(Details[i].LocationID);
Completed in 5526 milliseconds