/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 153 if (K.isText()) in getELFSectionFlags() 190 if (Kind.isText()) return ".text."; in getSectionPrefixForGlobal() 212 if (Kind.isText()) in SelectSectionForGlobal() 239 if (Kind.isText()) return TextSection; in SelectSectionForGlobal() 398 if (Kind.isText()) in SelectSectionForGlobal() 561 else if (K.isText()) in getCOFFSectionFlags() 593 if (Kind.isText()) in getCOFFSectionPrefixForUniqueGlobal() 624 if (Kind.isText()) in SelectSectionForGlobal()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionCOFF.cpp | 41 if (getKind().isText()) in PrintSwitchToSection() 79 return getKind().isText(); in UseCodeAlign()
|
/external/swiftshader/third_party/LLVM/tools/llvm-size/ |
D | llvm-size.cpp | 200 bool isText = false; in PrintObjectSectionSizes() local 204 if (error(i->isText(isText))) return; in PrintObjectSectionSizes() 207 if (isText) in PrintObjectSectionSizes()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 177 if (K.isText()) in getELFSectionFlags() 229 if (Kind.isText()) in getSectionPrefixForGlobal() 321 if (Kind.isText()) in SelectSectionForGlobal() 595 if (Kind.isText()) in SelectSectionForGlobal() 817 else if (K.isText()) in getCOFFSectionFlags() 917 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal() 934 if (Kind.isText()) in SelectSectionForGlobal() 970 if (Kind.isText()) in SelectSectionForGlobal()
|
/external/markdown/markdown/ |
D | treeprocessors.py | 100 def __processElementText(self, node, subnode, isText=True): argument 114 if isText: 123 if not isText and node is not subnode:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 303 if (K.isText()) in getELFSectionFlags() 409 if (Kind.isText()) in getSectionPrefixForGlobal() 511 if (Kind.isText()) in SelectSectionForGlobal() 791 if (Kind.isText()) in SelectSectionForGlobal() 1016 else if (K.isText()) in getCOFFSectionFlags() 1115 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal() 1131 if (Kind.isText()) in SelectSectionForGlobal() 1175 if (Kind.isText()) in SelectSectionForGlobal() 1467 if (K.isText()) in getWasmKindForNamedSection() 1534 if (Kind.isText()) in SelectSectionForGlobal()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 78 if (K.isText()) in getXCoreSectionFlags() 118 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Node.java | 176 return (isText(index)) ? (String) getChild(index) : null; in getText() 215 public boolean isText(int i) { in isText() method in Node
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 78 if (K.isText()) in getXCoreSectionFlags() 114 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. in ParseSectionSwitch() local 308 isText ? SectionKind::getText() in ParseSectionSwitch() 446 bool isText = Segment == "__TEXT"; // FIXME: Hack. in ParseDirectiveSection() local 449 isText ? SectionKind::getText() in ParseDirectiveSection()
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 333 bool CBC_PDF417HighLevelEncoder::isText(wchar_t ch) { in isText() function in CBC_PDF417HighLevelEncoder 376 if (!isText(ch)) { in determineConsecutiveTextCount() 405 while (textCount < 5 && isText(ch)) { in determineConsecutiveBinaryCount()
|
D | BC_PDF417HighLevelEncoder.h | 57 static bool isText(wchar_t ch);
|
/external/markdown/markdown/extensions/ |
D | footnotes.py | 284 node, isText = result 285 if isText:
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 104 return getKind().isText(); in UseCodeAlign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 191 bool IsCode = SecB.isText(); in processSubtractRelocation() 217 bool IsCode = SecA.isText(); in processSubtractRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 191 bool IsCode = SecB.isText(); in processSubtractRelocation() 217 bool IsCode = SecA.isText(); in processSubtractRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 111 return getKind().isText(); in UseCodeAlign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 67 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 401 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local 404 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch() 645 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local 648 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 111 if (Section->getKind().isText()) in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 36 if (!Section || Section->getKind().isText() || in isDwarfSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 477 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local 480 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch() 719 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local 722 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 119 bool isText() const { return K == Text || K == ExecuteOnly; } in isText() function
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 115 bool isText() const { return K == Text; } in isText() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | SectionKind.h | 138 bool isText() const { return K == Text; } in isText() function
|