10 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIARAWSYMBOL_H
11 #define LLVM_DEBUGINFO_PDB_DIA_DIARAWSYMBOL_H
26 std::unique_ptr<IPDBEnumSymbols>
28 std::unique_ptr<IPDBEnumSymbols>
31 std::unique_ptr<IPDBEnumSymbols>
33 uint32_t RVA)
const override;
34 std::unique_ptr<IPDBEnumSymbols>
43 uint32_t
getAge()
const override;
64 std::string
getName()
const override;
75 uint32_t
getRank()
const override;
82 uint32_t
getSlot()
const override;
120 bool isCode()
const override;
132 bool hasEH()
const override;
133 bool hasEHa()
const override;
145 bool hasSEH()
const override;
163 bool isLTCG()
const override;
185 bool isSdl()
const override;
202 CComPtr<IDiaSymbol> Symbol;
uint32_t getOemId() const override
uint32_t getRank() const override
bool hasNestedTypes() const override
bool isMatrixRowMajor() const override
uint32_t getOemSymbolId() const override
bool hasOverloadedOperator() const override
bool hasCTypes() const override
uint32_t getRelativeVirtualAddress() const override
std::unique_ptr< IPDBEnumSymbols > findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, uint32_t RVA) const override
bool hasInlAsm() const override
std::string getObjectFileName() const override
bool hasStrictGSCheck() const override
bool isManagedCode() const override
bool isEditAndContinueEnabled() const override
void dump(raw_ostream &OS, int Indent) const override
bool isMSILNetmodule() const override
PDB_UniqueId getGuid() const override
uint64_t getVirtualAddress() const override
bool hasConstructor() const override
uint32_t getVirtualBaseOffset() const override
uint32_t getVirtualBaseDispIndex() const override
bool isSplitted() const override
bool isHLSLData() const override
PDB_ThunkOrdinal getThunkOrdinal() const override
uint32_t getUavSlot() const override
uint32_t getTargetSection() const override
bool hasSEH() const override
uint32_t getSymIndexId() const override
std::string getName() const override
bool isUnalignedType() const override
uint32_t getSizeInUdt() const override
IPDBRawSymbol defines an interface used to represent an arbitrary symbol.
uint32_t getNumberOfRegisterIndices() const override
bool isReturnValue() const override
void getBackEndVersion(VersionInfo &Version) const override
uint32_t getOffsetInUdt() const override
bool isNested() const override
bool isInterfaceUdt() const override
uint32_t getLowerBoundId() const override
bool isValueUdt() const override
std::string getCompilerName() const override
PDB_Lang getLanguage() const override
uint32_t getClassParentId() const override
int32_t getOffset() const override
Defines a 128-bit unique identifier.
bool isSdl() const override
uint32_t getTextureSlot() const override
uint32_t getUpperBoundId() const override
PDB_UdtType getUdtKind() const override
PDB_BuiltinType
These values correspond to the Basictype enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/4szdtzc3.aspx.
uint32_t getSlot() const override
PDB_RegisterId getRegisterId() const override
uint64_t getLength() const override
bool isRValueReference() const override
bool hasCustomCallingConvention() const override
PDB_DataKind
These values correspond to the DataKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2x2t313.aspx.
bool getNoStackOrdering() const override
uint64_t getLiveRangeLength() const override
bool hasNoReturnAttribute() const override
PDB_DataKind getDataKind() const override
uint32_t getSubTypeId() const override
uint32_t getLiveRangeStartAddressSection() const override
std::string getSourceFileName() const override
bool isIntrinsic() const override
PDB_MemberAccess getAccess() const override
PDB_UdtType
These values correspond to the UdtKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/wcstk66t.aspx.
bool isLTCG() const override
uint32_t getAddressSection() const override
bool isMultipleInheritance() const override
CComPtr< IDiaSymbol > getDiaSymbol() const
bool isCompilerGenerated() const override
bool isPacked() const override
PDB_Machine getMachineType() const override
bool isPointerToDataMember() const override
uint32_t getUnmodifiedTypeId() const override
bool isConstType() const override
PDB_LocType
These values correspond to the LocationType enumeration, and are documented here: https://msdn...
uint32_t getNumberOfModifiers() const override
int32_t getVirtualBasePointerOffset() const override
bool getAddressTaken() const override
PDB_NameSearchFlags
Defines flags used for enumerating child symbols.
bool isVolatileType() const override
bool isCxxReturnUdt() const override
uint32_t getLiveRangeStartRelativeVirtualAddress() const override
The instances of the Type class are immutable: once they are created, they are never changed...
uint32_t getBaseDataOffset() const override
bool hasLongJump() const override
bool hasInlineAttribute() const override
uint32_t getSignature() const override
bool isIndirectVirtualBaseClass() const override
PDB_CallingConv
These values correspond to the CV_call_e enumeration, and are documented at the following locations: ...
bool isHotpatchable() const override
PDB_SymType getSymTag() const override
uint32_t getNumberOfRows() const override
bool isAcceleratorStubFunction() const override
uint32_t getTypeId() const override
bool hasNoInlineAttribute() const override
bool hasAssignmentOperator() const override
bool isOptimizedAway() const override
bool hasEHa() const override
bool isVirtualBaseClass() const override
bool isReference() const override
bool hasFramePointer() const override
bool hasFarReturn() const override
PDB_BuiltinType getBuiltinType() const override
PDB_Cpu
These values correspond to the CV_CPU_TYPE_e enumeration, and are documented here: https://msdn...
bool isCVTCIL() const override
bool isLocationControlFlowDependent() const override
std::unique_ptr< IPDBEnumSymbols > findChildren(PDB_SymType Type) const override
uint32_t getLiveRangeStartAddressOffset() const override
bool hasAlloca() const override
void getFrontEndVersion(VersionInfo &Version) const override
PDB_Cpu getPlatform() const override
uint32_t getLexicalParentId() const override
bool isPointerToMemberFunction() const override
uint32_t getAddressOffset() const override
bool isVirtual() const override
uint32_t getMemorySpaceKind() const override
uint32_t getNumberOfAcceleratorPointerTags() const override
uint32_t getTimeStamp() const override
uint32_t getTargetOffset() const override
void getDataBytes(llvm::SmallVector< uint8_t, 32 > &bytes) const override
uint32_t getBitPosition() const override
uint32_t getNumberOfColumns() const override
bool isFunction() const override
bool isRefUdt() const override
uint32_t getToken() const override
bool isAggregated() const override
PDB_LocType getLocationType() const override
bool hasPrivateSymbols() const override
uint64_t getTargetVirtualAddress() const override
PDB_CallingConv getCallingConvention() const override
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
PDB_ThunkOrdinal
These values correspond to the THUNK_ORDINAL enumeration, and are documented here: https://msdn...
uint32_t getAge() const override
uint32_t getArrayIndexTypeId() const override
bool isSingleInheritance() const override
uint32_t getStride() const override
bool hasInterruptReturn() const override
std::string getSymbolsFileName() const override
bool isScoped() const override
uint32_t getTargetRelativeVirtualAddress() const override
bool hasOptimizedCodeDebugInfo() const override
std::string getLibraryName() const override
uint32_t getRegisterType() const override
bool hasEH() const override
bool hasSecurityChecks() const override
DIARawSymbol(const DIASession &PDBSession, CComPtr< IDiaSymbol > DiaSymbol)
bool hasCastOperator() const override
std::string getUndecoratedName() const override
PDB_Lang
These values correspond to the CV_CFL_LANG enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bw3aekw6.aspx.
bool isStatic() const override
bool isNaked() const override
bool isSafeBuffers() const override
bool isCode() const override
uint32_t getVirtualTableShapeId() const override
bool isUnreached() const override
bool isPureVirtual() const override
uint32_t getCountLiveRanges() const override
uint32_t getCount() const override
bool hasSetJump() const override
std::string getUnused() const override
bool wasInlined() const override
uint32_t getBaseSymbolId() const override
Variant getValue() const override
bool isDataAligned() const override
bool isVirtualInheritance() const override
bool isPointerBasedOnSymbolValue() const override
This class implements an extremely fast bulk output stream that can only output to a stream...
StringRef - Represent a constant reference to a string, i.e.
PDB_RegisterId getLocalBasePointerRegisterId() const override
bool isAcceleratorPointerTagLiveRange() const override
uint32_t getBaseDataSlot() const override
bool hasManagedCode() const override
std::unique_ptr< IPDBEnumSymbols > findInlineFramesByRVA(uint32_t RVA) const override
bool isConstructorVirtualBase() const override
bool isAcceleratorGroupSharedLocal() const override
bool isRestrictedType() const override
int32_t getThisAdjust() const override
bool isMSILCode() const override
bool hasDebugInfo() const override
bool isIntroVirtualFunction() const override
uint32_t getSamplerSlot() const override