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.h100 bool isData() const { in isData() function
H A DObjectFile.h553 inline bool SectionRef::isData() const { in isData() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h69 bool isData() const { in isData() function
H A DSymbol.h116 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.h45 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.cpp457 bool isData = Section.isBerkeleyData(); in printObjectSectionSizes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4297 unsigned isData = Op.getConstantOperandVal(4); in LowerPREFETCH() local