OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IpiTypes
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeDumpVisitor.h
36
void setIpiTypes(TypeCollection &Types) {
IpiTypes
= &Types; }
71
return
IpiTypes
? *
IpiTypes
: TpiTypes;
79
TypeCollection *
IpiTypes
= nullptr;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.h
58
std::unique_ptr<codeview::LazyRandomTypeCollection>
IpiTypes
;
BytesOutputStyle.cpp
447
auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes :
IpiTypes
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
2042
TypeTableCollection
IpiTypes
(IpiRecords);
2046
TDV.setIpiTypes(
IpiTypes
);
2047
if (Error Err = codeview::visitTypeStream(
IpiTypes
, TDV))
Completed in 26 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026