Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DLocationDetail.h25 struct CallSiteLocationStorage : public AttributeStorage { struct
26 CallSiteLocationStorage(Location callee, Location caller) in CallSiteLocationStorage() function
36 static CallSiteLocationStorage * argument
38 return new (allocator.allocate<CallSiteLocationStorage>()) in construct() argument
42 Location callee, caller;