OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugLoc
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugLoc.h
1
//===-
DebugLoc
.h - Debug Location Information ------------------*- C++ -*-===//
31
/// To avoid extra includes, \a
DebugLoc
doubles the \a DILocation API with a
33
class
DebugLoc
{
37
DebugLoc
() = default;
40
DebugLoc
(const DILocation *L);
48
explicit
DebugLoc
(const MDNode *N);
75
static
DebugLoc
appendInlinedAt(const
DebugLoc
&DL, DILocation *InlinedAt,
84
/// Get the fully inlined-at scope for a
DebugLoc
.
86
/// Gets the inlined-at scope for a
DebugLoc
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp
1
//===--
DebugLoc
.cpp - Implement
DebugLoc
class ---------------------------===//
9
#include "llvm/IR/
DebugLoc
.h"
16
//
DebugLoc
Implementation
18
DebugLoc
::
DebugLoc
(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {}
19
DebugLoc
::
DebugLoc
(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {}
21
DILocation *
DebugLoc
::get() const {
25
unsigned
DebugLoc
::getLine() const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkParser.cpp
242
} else if (KeyName == "
DebugLoc
") {
321
auto *
DebugLoc
= dyn_cast<yaml::MappingNode>(Node.getValue());
322
if (!
DebugLoc
)
329
for (yaml::KeyValueNode &DLNode : *
DebugLoc
) {
351
return error("unknown entry in
DebugLoc
map.", DLNode);
357
return error("
DebugLoc
node incomplete.", Node);
378
if (KeyName == "
DebugLoc
") {
379
// Can't have multiple
DebugLoc
entries per argument.
381
return error("only one
DebugLoc
entry is allowed per argument.",
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
255
StringValue
DebugLoc
;
265
DebugExpr == Other.DebugExpr &&
DebugLoc
== Other.
DebugLoc
;
299
YamlIO.mapOptional("debug-info-location", Object.
DebugLoc
,
322
StringValue
DebugLoc
;
332
&&
DebugLoc
== Other.
DebugLoc
;
377
YamlIO.mapOptional("debug-info-location", Object.
DebugLoc
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
401
llvm::Value *
DebugLoc
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
1159
DILocation *
DebugLoc
= MI.getDebugLoc();
1160
PP->emitPseudoProbe(GUID, Index, Type, Attr,
DebugLoc
);
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
1358
type
DebugLoc
struct {
1369
func (b Builder) GetCurrentDebugLocation() (loc
DebugLoc
) {
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026