OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DbgLoc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
36
DebugLoc
DbgLoc
; // 'dbg' Metadata cache.
129
return !
DbgLoc
.isUnknown() || hasMetadataHashEntry();
175
void setDebugLoc(const DebugLoc &Loc) {
DbgLoc
= Loc; }
178
const DebugLoc &getDebugLoc() const { return
DbgLoc
; }
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
62
DbgLoc
(B.getCurrentDebugLocation()) {}
64
Builder.SetCurrentDebugLocation(
DbgLoc
);
75
DebugLoc
DbgLoc
;
[
all
...]
Completed in 44 milliseconds