OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MethodList
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
768
OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex
MethodList
,
771
NumOverloads(NumOverloads),
MethodList
(
MethodList
), Name(Name) {}
774
TypeIndex getMethodList() const { return
MethodList
; }
778
TypeIndex
MethodList
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
2485
TypeIndex
MethodList
= TypeTable.writeLeafType(MOLR);
2487
OverloadedMethodRecord OMR(Methods.size(),
MethodList
, Name);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
1171
auto
MethodList
= Builder.beginStruct();
1173
MethodList
.addInt(IntTy, Methods.size());
1176
MethodList
.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) /
1179
auto MethodArray =
MethodList
.beginArray(ObjCMethodDescTy);
1186
MethodArray.finishAndAddTo(
MethodList
);
1187
return
MethodList
.finishAndCreateGlobal(".objc_protocol_method_list",
2780
/// Generates a
MethodList
. Used in construction of a objc_class and
2792
auto
MethodList
= Builder.beginStruct();
2793
MethodList
.addNullPointer(CGM.Int8PtrTy);
2794
MethodList
.addInt(Int32Ty, Methods.size())
[
all
...]
Completed in 50 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026