| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 58 Symb.p = isData() ? 1 : 2; in symbol_end() 68 bool isData() const { in isData() function
|
| H A D | ObjectFile.h | 110 bool isData() const; 446 inline bool SectionRef::isData() const { in isData() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 166 bool isData() const { return K == Data; } in isData() function
|
| H A D | MCSymbolWasm.h | 43 bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 88 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection() 159 if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 128 if (Kind.isData()) in SelectSectionForGlobal() 135 if (Kind.isData()) in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 83 bool isData() const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 108 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 255 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1139 if (Sym.isTemporary() && Sym.isData() && !Sym.getSize()) in isInSymtab() 1347 } else if (WS.isData()) { in writeObject() 1429 } else if (WS.isData()) { in writeObject() 1465 if (!WS.isData()) { in writeObject()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 404 if (Kind.isData()) { in selectSmallSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 547 } else if (Attrs.hasAttribute("data-section") && Kind.isData()) { in getExplicitSectionGlobal() 598 if (Kind.isData()) in getSectionPrefixForGlobal() 1027 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 576 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1938 bool Data = Section.isData(); in printSectionHeaders()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 3456 unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in LowerPREFETCH() local 3460 isData = ~isData & 1; in LowerPREFETCH() 3465 DAG.getConstant(isData, dl, MVT::i32)); in LowerPREFETCH()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1792 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|