OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isData
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFImportFile.h
56
Symb.p =
isData
() ? 1 : 2;
66
bool
isData
() const {
ObjectFile.h
109
bool
isData
() const;
479
inline bool SectionRef::
isData
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h
46
bool
isData
() const { return !Type || Type == wasm::WASM_SYMBOL_TYPE_DATA; }
SectionKind.h
160
return isBSS() || isCommon() ||
isData
() || isReadOnlyWithRel();
169
bool
isData
() const { return K == Data; }
/src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp
575
bool ItaniumPartialDemangler::
isData
() const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp
472
bool
isData
= Section.isBerkeleyData();
476
else if (
isData
)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
4067
unsigned
isData
= cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
4071
isData
= ~
isData
& 1;
4076
DAG.getConstant(
isData
, dl, MVT::i32));
Completed in 88 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026