OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonSize
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCAssembler.h
694
///
CommonSize
- The size of the symbol, if it is 'common', or 0.
698
uint64_t
CommonSize
;
744
bool isCommon() const { return
CommonSize
!= 0; }
751
CommonSize
= Size;
758
return
CommonSize
;
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
84
uint64_t
CommonSize
= 0;
107
CommonSize
+= Size + Align;
139
if (
CommonSize
!= 0)
140
emitCommonSymbols(*obj, CommonSymbols,
CommonSize
, LocalSymbols);
/external/llvm/lib/MC/
MCAssembler.cpp
285
CommonSize
(0), SymbolSize(0), CommonAlign(0),
[
all
...]
Completed in 47 milliseconds