Skip to content

Commit 77eda5c

Browse files
committed
Merged main into live
2 parents 062f90b + 56f086e commit 77eda5c

33 files changed

+45
-15
lines changed

docs/debugger/debug-interface-access/idiasymbol-get-isdataaligned.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isDataAligned
1617

1718
Retrieves a flag that specifies whether the user-defined type (UDT) has been aligned to some specific memory boundary.

docs/debugger/debug-interface-access/idiasymbol-get-ishlsldata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isHLSLData
1415

1516
Specifies whether this symbol represents High Level Shader Language (HLSL) data.

docs/debugger/debug-interface-access/idiasymbol-get-ishotpatchable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isHotpatchable
1617

1718
Retrieves a flag indicating whether the module was compiled with the [/hotpatch (Create Hotpatchable Image)](/cpp/build/reference/hotpatch-create-hotpatchable-image) compiler switch.

docs/debugger/debug-interface-access/idiasymbol-get-isinterfaceudt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "grantri"
1212
manager: twhitney
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isInterfaceUdt
1617

1718
Retrieves a flag indicating whether this is a WinRT interface user-defined type (UDT).
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_isInterfaceUdt ( 
23+
HRESULT get_isInterfaceUdt (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasymbol-get-islocationcontrolflowdependent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "grantri"
1212
manager: twhitney
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isLocationControlFlowDependent
1617

1718
Retrieves a flag indicating whether a local symbol's location liveness is dependent upon the control flow of the function.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_isLocationControlFlowDependent ( 
23+
HRESULT get_isLocationControlFlowDependent (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasymbol-get-isltcg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isLTCG
1617

1718
Retrieves a flag that specifies whether the [Compiland](../../debugger/debug-interface-access/compiland.md) has been linked with the linker switch [/LTCG (Link-time Code Generation)](/cpp/build/reference/ltcg-link-time-code-generation), which aids in whole program optimization. This switch applies only to managed code.

docs/debugger/debug-interface-access/idiasymbol-get-ismatrixrowmajor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isMatrixRowMajor
1415

1516
Specifies whether the matrix is row major.

docs/debugger/debug-interface-access/idiasymbol-get-ismsilnetmodule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isMSILNetmodule
1617

1718
Retrieves a flag indicating whether the module is a .netmodule (a Microsoft Intermediate Language (MSIL) module that contains only metadata and no native symbols).

docs/debugger/debug-interface-access/idiasymbol-get-ismultipleinheritance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: "mikejo"
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
1212
---
13+
1314
# IDiaSymbol::get_isMultipleInheritance
1415

1516
Specifies whether the `this` pointer points to a data member with multiple inheritance.

docs/debugger/debug-interface-access/idiasymbol-get-isnaked.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isNaked
1617

1718
Retrieves a flag that specifies whether the function has the [naked](/cpp/cpp/naked-cpp) attribute (that is, the function has no prolog or epilog code added by the compiler).

0 commit comments

Comments
 (0)