Searched refs:isLocation (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h42 /// isLocation - Return a LocResult if the specified pointer refers to this
50 LocResult (*isLocation)(ImmutableCallSite CS, member in struct:llvm::LibCallLocationInfo
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h79 bool isLocation() const { return EntryKind == E_Location; } function in struct:llvm::DebugLocEntry::Value
H A DDwarfDebug.cpp1971 } else if (Value.isLocation()) {

Completed in 324 milliseconds