HomeSort by relevance Sort by last modified time
    Searched defs:DILocation (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
DebugLoc.h 25 class DILocation;
29 /// This class is a wrapper around a tracking reference to an \a DILocation
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
50 /// \brief Construct from an \a DILocation.
51 DebugLoc(const DILocation *L);
55 /// Note: if \c N is not an \a DILocation, a verifier check will fail, and
61 /// \brief Get the underlying \a DILocation.
63 /// \pre !*this or \c isa<DILocation>(getAsMDNode()).
65 DILocation *get() const;
66 operator DILocation *() const { return get();
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
65 DILocation(Context, Storage, Line, Column, Ops),
69 unsigned DILocation::computeNewDiscriminator() const {

Completed in 161 milliseconds