Home
last modified time | relevance | path

Searched refs:getLocationInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const { in getLocationInfo() function in LibCallInfo
34 NumLocations = getLocationInfo(Locations); in getLocationInfo()
DLibCallAliasAnalysis.cpp68 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
89 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
DDbgInfoPrinter.cpp119 static bool getLocationInfo(const Value *V, std::string &DisplayName, in getLocationInfo() function
176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory)) in printVariableDeclaration()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
155 virtual unsigned getLocationInfo(const LibCallLocationInfo *&Array) const { in getLocationInfo() function