OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordType
(Results
1 - 25
of
150
) sorted by relevancy
1
2
3
4
5
6
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBDataStream.h
25
using
RecordType
= SmallVector<uint8_t, 32>;
31
virtual Optional<
RecordType
> getItemAtIndex(uint32_t Index) const = 0;
32
virtual bool getNext(
RecordType
&Record) = 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIADataStream.h
23
llvm::Optional<
RecordType
> getItemAtIndex(uint32_t Index) const override;
24
bool getNext(
RecordType
&Record) override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp
27
llvm::Optional<DIADataStream::
RecordType
>
29
RecordType
Record;
33
return llvm::Optional<
RecordType
>();
37
return llvm::Optional<
RecordType
>();
41
bool DIADataStream::getNext(
RecordType
&Record) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
ContinuationRecordBuilder.h
56
template <typename
RecordType
> void writeMemberType(
RecordType
&Record);
TypeDeserializer.h
94
template <typename
RecordType
>
95
Error visitKnownRecordImpl(CVType &CVR,
RecordType
&Record) {
146
template <typename
RecordType
>
147
Error visitKnownMemberImpl(CVMemberRecord &CVR,
RecordType
&Record) {
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h
19
enum class
RecordType
: uint8_t { Function, Metadata };
25
/*
RecordType
*/ uint8_t Type : 1;
51
/*
RecordType
*/ uint8_t Type : 1;
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h
70
///
RecordType
values are used as "sub-types" which have meaning in the
72
/// the
RecordType
is always 0, while for typed events we store the type in
73
/// the
RecordType
field.
74
uint16_t
RecordType
;
YAMLXRayRecord.h
32
uint16_t
RecordType
;
78
IO.mapRequired("type", Record.
RecordType
);
/src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h
77
uint16_t
RecordType
= RecordTypes::NORMAL;
110
uint16_t
RecordType
= RecordTypes::ARG_PAYLOAD;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc
35
using ::llvm::xray::testing::
RecordType
;
76
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)),
77
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
100
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::ENTER)),
101
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::EXIT)),
102
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::ENTER_ARG)),
103
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::TAIL_EXIT)))));
136
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER_ARG),
138
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
160
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)
[
all
...]
fdr_log_writer_test.cc
31
using ::llvm::xray::testing::
RecordType
;
73
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)),
74
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
125
FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)))));
test_helpers.h
38
MATCHER_P(
RecordType
, T, "") {
/src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp
133
const
RecordType
*Ty = I.getType()->getAs<
RecordType
>();
193
DetectedVirtual = BaseType->getAs<
RecordType
>();
253
if (auto *RT = BaseSpec.getType()->getAs<
RecordType
>())
271
BaseSpec.getType()->castAs<
RecordType
>()->getDecl());
336
if (const
RecordType
*Record = PE.Base->getType()->getAs<
RecordType
>())
347
if (const
RecordType
*Record =
348
HidingP.back().Base->getType()->getAs<
RecordType
>())
368
return Specifier->getType()->castAs<
RecordType
>()->getDecl(
[
all
...]
VTTBuilder.cpp
68
cast<CXXRecordDecl>(I.getType()->castAs<
RecordType
>()->getDecl());
94
cast<CXXRecordDecl>(I.getType()->castAs<
RecordType
>()->getDecl());
158
cast<CXXRecordDecl>(I.getType()->castAs<
RecordType
>()->getDecl());
ASTImporterLookupTable.cpp
29
if (const auto *RTy = dyn_cast<
RecordType
>(Ty)) {
58
if (const auto *RTy = dyn_cast<
RecordType
>(Ty))
/src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagnosticNames.h
46
template<typename
RecordType
>
57
typedef
RecordType
value_type;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
30
const
RecordType
*RT = T->getAs<
RecordType
>();
203
if (const
RecordType
*baseT = T->getAs<
RecordType
>()) {
249
if (const
RecordType
*RT = T->getAs<
RecordType
>()) {
CastSizeChecker.cpp
52
const
RecordType
*RT = ToPointeeTy->getAs<
RecordType
>();
/src/external/apache2/llvm/dist/clang/lib/Sema/
UsedDeclVisitor.h
73
if (const
RecordType
*DestroyedRec = Destroyed->getAs<
RecordType
>()) {
/src/external/apache2/llvm/dist/llvm/lib/XRay/
Trace.cpp
73
auto
RecordType
= Reader.getU16(&OffsetPtr);
79
switch (
RecordType
) {
83
Record.
RecordType
=
RecordType
;
203
"Unknown record type '%d' at offset %" PRId64 ".",
RecordType
,
372
return XRayRecord{R.
RecordType
, R.CPU, R.Type,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
150
if (!isSafeToConvert(I.getType()->castAs<
RecordType
>()->getDecl(), CGT,
176
if (const auto *RT = T->getAs<
RecordType
>())
221
const
RecordType
*RT = dyn_cast<
RecordType
>(TT);
337
if (const
RecordType
*RT = FT->getReturnType()->getAs<
RecordType
>())
341
if (const
RecordType
*RT = FPT->getParamType(i)->getAs<
RecordType
>())
415
if (const
RecordType
*RT = dyn_cast<
RecordType
>(Ty)
[
all
...]
CGCXX.cpp
84
cast<CXXRecordDecl>(I.getType()->castAs<
RecordType
>()->getDecl());
284
const
RecordType
*RT = T->getAs<
RecordType
>();
CodeGenTBAA.cpp
100
if (const
RecordType
*TTy = QTy->getAs<
RecordType
>()) {
283
if (const
RecordType
*TTy = QTy->getAs<
RecordType
>()) {
335
if (auto *TTy = dyn_cast<
RecordType
>(Ty)) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h
145
const
RecordType
*DetectedVirtual = nullptr;
211
const
RecordType
* getDetectedVirtual() const {
/src/external/apache2/mDNSResponder/dist/unittests/
mdns_ut.c
86
if (rr->
RecordType
== kDNSRecordTypePacketNegative) {
Completed in 27 milliseconds
1
2
3
4
5
6
Indexes created Wed Sep 23 00:26:21 UTC 2026