Home
last modified time | relevance | path

Searched refs:isLocation (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallAliasAnalysis.cpp69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails()
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h67 bool isLocation() const { return EntryKind == E_Location; } in isLocation() function
80 if (isLocation()) { in dump()
DDwarfDebug.cpp1409 } else if (Value.isLocation()) { in emitDebugLocValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h68 bool isLocation() const { return EntryKind == E_Location; } in isLocation() function
82 if (isLocation()) { in dump()
DDwarfDebug.cpp1743 } else if (Value.isLocation()) { in emitDebugLocValue()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h50 LocResult (*isLocation)(ImmutableCallSite CS, member
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h112 bool isLocation() const { return EntryKind == E_Location; } in isLocation() function
DDwarfDebug.cpp1860 } else if (Entry.isLocation()) { in emitDebugLoc()