Home
last modified time | relevance | path

Searched refs:isData (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp87 assert(SymA.isData()); in getRelocType()
121 assert(SymA.isData()); in getRelocType()
156 assert(SymA.isData()); in getRelocType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h60 if (isData()) in symbol_end()
82 bool isData() const { in isData() function
H A DObjectFile.h110 bool isData() const;
554 inline bool SectionRef::isData() const { in isData() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
175 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/Target/Mips/
H A DMipsTargetObjectFile.cpp86 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection()
157 if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp127 if (Kind.isData()) in SelectSectionForGlobal()
134 if (Kind.isData()) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h122 bool isData() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp64 if (getKind().isData()) { in printSwitchToSection()
H A DWasmObjectWriter.cpp1334 if (WS.isData() && WS.isInSection()) { in prepareImports()
1631 } else if (WS.isData()) { in writeOneObject()
1757 } else if (Base->isData()) { in writeOneObject()
1818 if (!WS.isData()) { in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp106 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DSymbol.cpp61 if (Sym.isData()) in operator ==()
H A DTextStubV5.cpp886 if (Sym->isData()) in serializeSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp42 if (Sym->isData()) in getType()
/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/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp110 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp628 if (Kind.isData()) in getSectionPrefixForGlobal()
802 } else if (Attrs.hasAttribute("data-section") && Kind.isData()) { in selectExplicitSectionGlobal()
1298 } else if (Attrs.hasAttribute("data-section") && Kind.isData()) { in getExplicitSectionGlobal()
1415 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
2387 else if (Kind.isData() || Kind.isBSS()) in getExplicitSectionGlobal()
2486 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp330 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp404 if (Kind.isData()) { in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp102 } else if (ElfSection.isData()) { in fillSectionInformation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp457 bool isData = Section.isBerkeleyData(); in printObjectSectionSizes()
461 else if (isData) in printObjectSectionSizes()
466 bool isData = Section.isBerkeleyData(); printObjectSectionSizes() local
/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-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp162 << "isData: " << Section.isData() << ", " in mapVirtualAddress()

12