LLVM 20.0.0git
|
#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"
#include "llvm/Support/FormatAdapters.h"
#include "llvm/Support/FormatVariadic.h"
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "Support" |
Typedefs | |
using | LexicalEntry = std::pair< size_t, size_t > |
using | LexicalIndexes = SmallVector< LexicalEntry, 10 > |
Functions | |
static LexicalIndexes | getAllLexicalIndexes (StringRef Name) |
#define DEBUG_TYPE "Support" |
Definition at line 21 of file LVSupport.cpp.
using LexicalEntry = std::pair<size_t, size_t> |
Definition at line 64 of file LVSupport.cpp.
using LexicalIndexes = SmallVector<LexicalEntry, 10> |
Definition at line 65 of file LVSupport.cpp.
|
static |
Definition at line 67 of file LVSupport.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::back(), llvm::dbgs(), llvm::formatv(), llvm::Length, LLVM_DEBUG, Name, and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::logicalview::getAllLexicalComponents(), and llvm::logicalview::getInnerComponent().