| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 87 assert(SymA.isData()); in getRelocType() 119 assert(SymA.isData()); in getRelocType() 154 assert(SymA.isData()); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 55 Symb.p = isData() ? 1 : 2; in symbol_end() 65 bool isData() const { in isData() function
|
| H A D | ObjectFile.h | 109 bool isData() const; 497 inline bool SectionRef::isData() const { in isData() function
|
| /openbsd-src/gnu/llvm/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 | 45 bool isData() const { return !Type || Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 127 if (Kind.isData()) in SelectSectionForGlobal() 134 if (Kind.isData()) in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 119 bool isData() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 54 if (getKind().isData()) { in printSwitchToSection()
|
| H A D | WasmObjectWriter.cpp | 1620 } else if (WS.isData()) { in writeOneObject() 1746 } else if (Base->isData()) { in writeOneObject() 1807 if (!WS.isData()) { in writeOneObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 79 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 106 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 330 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 404 if (Kind.isData()) { in selectSmallSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 102 } else if (ElfSection.isData()) { in fillSectionInformation()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 643 if (Kind.isData()) in getSectionPrefixForGlobal() 796 } else if (Attrs.hasAttribute("data-section") && Kind.isData()) { in selectExplicitSectionGlobal() 1402 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant() 2338 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal() 2431 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 465 bool isData = Section.isBerkeleyData(); in printObjectSectionSizes() local 469 else if (isData) in printObjectSectionSizes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 606 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 722 if (!Section.isData() || Section.getSize() == 0) in checkUseFSDiscriminator()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 982 if (SecIter->isData()) in getSymbolNMTypeChar() 1713 if (!(SecIter->isText() || SecIter->isData() || SecIter->isBSS())) in getXCOFFExports()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2288 if (Section.isData()) in printSectionHeaders()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1853 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4277 unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in LowerPREFETCH() local 4281 isData = ~isData & 1; in LowerPREFETCH() 4286 DAG.getConstant(isData, dl, MVT::i32)); in LowerPREFETCH()
|