Searched defs:isData (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h66 bool isData() const { function in class:llvm::object::COFFImportFile
H A DObjectFile.h477 inline bool SectionRef::isData() const { function in class:llvm::object::SectionRef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h43 bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; } function in class:llvm::MCSymbolWasm
H A DSectionKind.h165 bool isData() const { return K == Data; } function in class:llvm::SectionKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp575 bool ItaniumPartialDemangler::isData() const { function in class:ItaniumPartialDemangler
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp472 bool isData = Section.isBerkeleyData(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4047 unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); local

Completed in 192 milliseconds