Sorted map from function GUID to MCPseudoProbeFuncDesc.
Synopsis
Declared in <llvm/MC/MCPseudoProbe.h>
class GUIDProbeFunctionMap;
Description
Inherits vector storage privately and re‐exports the public std::vector interface with documentation.
Member Functions
Name |
Description |
Find the descriptor whose GUID equals |
Using Declarations
Name |
Description |
Assign new contents, replacing existing descriptors. |
|
Access the descriptor at index |
|
Return a reference to the last descriptor. |
|
Return an iterator to the first descriptor. |
|
Return a pointer to the underlying descriptor storage. |
|
Append a descriptor constructed in place. |
|
Return whether the map has no descriptors. |
|
Return an iterator past the last descriptor. |
|
Erase descriptors from the map. |
|
Return a reference to the first descriptor. |
|
Insert descriptors into the map. |
|
Assign from another GUID‐to‐descriptor map. |
|
[llvm/GUIDProbeFunctionMap/operator].adoc[ |
Access the descriptor at index |
Append a descriptor to the end. |
|
Return a reverse iterator to the last descriptor. |
|
Return a reverse iterator past the first descriptor. |
|
Reserve storage for at least |
|
Resize the map to hold |
|
Return the number of descriptors. |
Created with MrDocs