mini-llvm
0.1.0
Toggle main menu visibility
Loading...
Searching...
No Matches
Dot.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
2
3
#pragma once
4
5
#include <string>
6
#include <string_view>
7
8
#include "
mini-llvm/utils/Compiler.h
"
9
10
namespace
mini_llvm
{
11
12
MINI_LLVM_EXPORT
bool
shouldQuoteDotId
(std::string_view
id
);
13
MINI_LLVM_EXPORT
std::string
quoteDotId
(std::string_view
id
);
14
MINI_LLVM_EXPORT
std::string
formatDotId
(std::string_view
id
);
15
16
}
// namespace mini_llvm
Compiler.h
MINI_LLVM_EXPORT
#define MINI_LLVM_EXPORT
Definition
Compiler.h:17
mini_llvm
Definition
GraphColoringAllocator.h:13
mini_llvm::shouldQuoteDotId
MINI_LLVM_EXPORT bool shouldQuoteDotId(std::string_view id)
mini_llvm::formatDotId
MINI_LLVM_EXPORT std::string formatDotId(std::string_view id)
mini_llvm::quoteDotId
MINI_LLVM_EXPORT std::string quoteDotId(std::string_view id)
include
mini-llvm
utils
Dot.h
Generated by
1.17.0