OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeLength
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp
40
static uint32_t
getTypeLength
(const PDBSymbol &Symbol) {
70
Member->getOffset(),
getTypeLength
(*Member), false),
98
: LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0,
getTypeLength
(*VT), false),
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyCompilandDumper.cpp
143
<< " [sizeof = " <<
getTypeLength
(Symbol) << "]";
151
<< " [sizeof = " <<
getTypeLength
(Symbol) << "]";
llvm-pdbutil.h
29
uint32_t
getTypeLength
(const PDBSymbolData &Symbol);
llvm-pdbutil.cpp
901
uint32_t llvm::pdb::
getTypeLength
(const PDBSymbolData &Symbol) {
931
return
getTypeLength
(*F1) >
getTypeLength
(*F2);
Completed in 18 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026