mini-llvm 0.1.0
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
9
10namespace mini_llvm {
11
12MINI_LLVM_EXPORT bool shouldQuoteDotId(std::string_view id);
13MINI_LLVM_EXPORT std::string quoteDotId(std::string_view id);
14MINI_LLVM_EXPORT std::string formatDotId(std::string_view id);
15
16} // namespace mini_llvm
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition GraphColoringAllocator.h:13
MINI_LLVM_EXPORT bool shouldQuoteDotId(std::string_view id)
MINI_LLVM_EXPORT std::string formatDotId(std::string_view id)
MINI_LLVM_EXPORT std::string quoteDotId(std::string_view id)