OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugIR
(Results
1 - 7
of
7
) sorted by null
/external/llvm/unittests/Transforms/DebugIR/
Makefile
11
TESTNAME =
DebugIR
DebugIR.cpp
1
//===-
DebugIR
.cpp - Unit tests for the
DebugIR
pass ----------------------===//
10
// The tests in this file verify the
DebugIR
pass that generates debug metadata
16
#include "../lib/Transforms/Instrumentation/
DebugIR
.h"
95
std::unique_ptr<
DebugIR
> D;
106
// constructing
DebugIR
with no args should not result in any file generated.
107
D.reset(static_cast<
DebugIR
*>(llvm::createDebugIRPass()));
110
// verify
DebugIR
did not generate a file
118
D.reset(static_cast<
DebugIR
*>(llvm::createDebugIRPass(true, true)));
123
// verify
DebugIR
generated a file, and clean it u
[
all
...]
/external/llvm/unittests/Transforms/
Makefile
12
PARALLEL_DIRS =
DebugIR
Utils
/external/llvm/lib/Transforms/Instrumentation/
DebugIR.h
1
//===- llvm/Transforms/Instrumentation/
DebugIR
.h - Interface ----*- C++ -*-===//
10
// This file defines the interface of the
DebugIR
pass. For most users,
23
class
DebugIR
: public llvm::ModulePass {
45
const char *getPassName() const override { return "
DebugIR
"; }
49
DebugIR
(bool HideDebugIntrinsics, bool HideDebugMetadata,
58
DebugIR
()
Android.mk
7
DebugIR
.cpp \
DebugIR.cpp
1
//===---
DebugIR
.cpp - Transform debug metadata to allow debugging IR -----===//
20
#include "
DebugIR
.h"
184
report_fatal_error("
DebugIR
pass supports only a signle compile unit per "
490
bool
DebugIR
::getSourceInfo(const Module &M) {
496
bool
DebugIR
::updateExtension(StringRef NewExtension) {
506
void
DebugIR
::generateFilename(std::unique_ptr<int> &fd) {
518
std::string
DebugIR
::getPath() {
526
void
DebugIR
::writeDebugBitcode(const Module *M, int *fd) {
545
void
DebugIR
::createDebugInfo(Module &M, std::unique_ptr<Module> &DisplayM) {
566
bool
DebugIR
::isMissingPath() { return Filename.empty() || Directory.empty();
[
all
...]
/external/llvm/tools/lli/
lli.cpp
83
cl::opt<bool>
DebugIR
(
425
if (
DebugIR
) {
Completed in 220 milliseconds