Home
last modified time | relevance | path

Searched defs:isData (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h82 bool isData() const { in isData() function
H A DObjectFile.h554 inline bool SectionRef::isData() const { in isData() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h130 bool isData() const { in isData() function
H A DRecord.h87 bool isData() const { in isData() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h175 bool isData() const { return K == Data; } in isData() function
H A DMCSymbolWasm.h46 bool isData() const { return !Type || Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp595 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp466 bool isData = Section.isBerkeleyData(); printObjectSectionSizes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4317 unsigned isData = Op.getConstantOperandVal(4); in LowerPREFETCH() local