Home
last modified time | relevance | path

Searched defs:getCallSiteLoc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp126 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp387 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function