OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBaseAddressKnownZero
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCSection.h
61
///
isBaseAddressKnownZero
- Return true if we know that this section will
65
virtual bool
isBaseAddressKnownZero
() const {
MCSectionELF.h
78
///
isBaseAddressKnownZero
- We know that non-allocatable sections (like
80
virtual bool
isBaseAddressKnownZero
() const {
/external/llvm/lib/Target/NVPTX/
NVPTXSection.h
39
virtual bool
isBaseAddressKnownZero
() const { return true; }
Completed in 25 milliseconds