LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/SymbolDeserializer.h"
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
#include "llvm/DebugInfo/PDB/Native/ModuleDebugStream.h"
#include "llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h"
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
#include "llvm/DebugInfo/PDB/Native/SymbolCache.h"
#include "llvm/DebugInfo/PDB/PDBExtras.h"
Go to the source code of this file.
Functions | |
static bool | inlineSiteContainsAddress (InlineSiteSym &IS, uint32_t OffsetInFunc) |
|
static |
Definition at line 63 of file NativeFunctionSymbol.cpp.
References llvm::codeview::InlineSiteSym::annotations(), and llvm::codeview::CodeOffset.
Referenced by llvm::pdb::NativeFunctionSymbol::findInlineFramesByVA().