/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyWasmObjectWriter.cpp | 87 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 D | COFFImportFile.h | 60 if (isData()) in symbol_end() 82 bool isData() const { in isData() function
|
H A D | ObjectFile.h | 110 bool isData() const; 554 inline bool SectionRef::isData() const { in isData() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 175 bool isData() const { return K == Data; } in isData() function
|
H A D | MCSymbolWasm.h | 46 bool isData() const { return !Type || Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetObjectFile.cpp | 86 (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 D | XCoreTargetObjectFile.cpp | 127 if (Kind.isData()) in SelectSectionForGlobal() 134 if (Kind.isData()) in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | Demangle.h | 122 bool isData() const;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionXCOFF.cpp | 64 if (getKind().isData()) { in printSwitchToSection()
|
H A D | WasmObjectWriter.cpp | 1334 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 D | LanaiTargetObjectFile.cpp | 106 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Symbol.cpp | 61 if (Sym.isData()) in operator ==()
|
H A D | TextStubV5.cpp | 886 if (Sym->isData()) in serializeSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | TapiFile.cpp | 42 if (Sym->isData()) in getType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Symbol.h | 130 bool isData() const { in isData() function
|
H A D | Record.h | 87 bool isData() const { in isData() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 110 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 628 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 D | TargetLoweringObjectFile.cpp | 330 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 404 if (Kind.isData()) { in selectSmallSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 102 } else if (ElfSection.isData()) { in fillSectionInformation()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 457 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 D | ItaniumDemangle.cpp | 595 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 162 << "isData: " << Section.isData() << ", " in mapVirtualAddress()
|