OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeEnumSymbol
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeEnumSymbol.cpp
1
//===-
NativeEnumSymbol
.cpp - info about enum type --------------*- C++ -*-===//
10
#include "llvm/DebugInfo/PDB/Native/
NativeEnumSymbol
.h"
22
NativeEnumSymbol
::
NativeEnumSymbol
(NativeSession &Session, SymIndexId Id,
30
NativeEnumSymbol
::~
NativeEnumSymbol
() {}
32
std::unique_ptr<NativeRawSymbol>
NativeEnumSymbol
::clone() const {
33
return llvm::make_unique<
NativeEnumSymbol
>(Session, SymbolId, CV);
37
NativeEnumSymbol
::findChildren(PDB_SymType Type) const {
48
Error
NativeEnumSymbol
::visitKnownRecord(codeview::CVType &CVR
[
all
...]
NativeSession.cpp
19
#include "llvm/DebugInfo/PDB/Native/
NativeEnumSymbol
.h"
161
SymbolCache.emplace_back(llvm::make_unique<
NativeEnumSymbol
>(*this, Id, I));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumSymbol.h
1
//===-
NativeEnumSymbol
.h - info about enum type ----------------*- C++ -*-===//
21
class
NativeEnumSymbol
: public NativeRawSymbol,
24
NativeEnumSymbol
(NativeSession &Session, SymIndexId Id,
26
~
NativeEnumSymbol
() override;
Completed in 2501 milliseconds