Searched refs:DbgLoc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h36 DebugLoc DbgLoc; // 'dbg' Metadata cache. member in class:llvm::Instruction
129 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
175 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
178 const DebugLoc &getDebugLoc() const { return DbgLoc; }
/external/llvm/lib/IR/
H A DMetadata.cpp592 DbgLoc = DebugLoc::getFromDILocation(Node);
646 return DbgLoc.getAsMDNode(getContext());
665 if (!DbgLoc.isUnknown()) {
667 DbgLoc.getAsMDNode(getContext())));
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp62 DbgLoc(B.getCurrentDebugLocation()) {}
64 Builder.SetCurrentDebugLocation(DbgLoc);
75 DebugLoc DbgLoc; member in class:__anon22665::BuilderLocGuard

Completed in 136 milliseconds