OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DbgLoc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
FastISel.h
198
DebugLoc
DbgLoc
;
235
DebugLoc getCurDebugLoc() const { return
DbgLoc
; }
/external/llvm/include/llvm/IR/
Instruction.h
42
DebugLoc
DbgLoc
; // 'dbg' Metadata cache.
156
bool hasMetadata() const { return
DbgLoc
|| hasMetadataHashEntry(); }
228
void setDebugLoc(DebugLoc Loc) {
DbgLoc
= std::move(Loc); }
231
const DebugLoc &getDebugLoc() const { return
DbgLoc
; }
IRBuilder.h
192
DebugLoc
DbgLoc
;
200
DbgLoc
(B.getCurrentDebugLocation()) {}
204
Builder.SetCurrentDebugLocation(
DbgLoc
);
[
all
...]
Completed in 558 milliseconds