Home
last modified time | relevance | path

Searched defs:Link (Results 1 – 25 of 87) sorted by relevance

1234

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.h34 struct Link { struct
42 std::vector<Link> m_LinkArray; argument
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.h117 struct Link { struct
118 LinkTag tag; argument
126 using LinkHashMap = std::map<size_t, Link>; argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc42 struct Link { struct
43 u32 id;
44 u32 seq;
45 u32 tid;
46 u32 stk0;
47 u32 stk1;
49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp306 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
326 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
409 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
419 LinkageTypes Link, const Twine &Name, in create()
436 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create()
465 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc()
475 LinkageTypes Link, const Twine &Name, in create()
/external/llvm/lib/IR/
DGlobals.cpp220 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
238 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
324 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
334 LinkageTypes Link, const Twine &Name, in create()
351 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create()
384 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc()
394 LinkageTypes Link, const Twine &Name, in create()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DLink.java38 public abstract class Link { class
123 Link() {} in Link() method in Link
/external/clang/test/CodeGen/
Dpointer-signext.c20 LIST_ENTRY Link; member
25 LIST_ENTRY *Link; in test() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp83 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
101 LinkageTypes Link, Constant *InitVal, in GlobalVariable()
189 GlobalAlias::GlobalAlias(Type *Ty, LinkageTypes Link, in GlobalAlias()
/external/clang/include/clang/Driver/
DPhases.h24 Link enumerator
DToolChain.h87 mutable std::unique_ptr<Tool> Link; variable
/external/llvm/lib/Analysis/
DStratifiedSets.h307 auto &Link = linksAt(Info.Index); in finalizeSets() local
318 const auto *Link = &Links[Idx]; in propagateAttrs() local
398 auto &Link = linksAt(Info->Index); in noteAttributes() local
576 auto &Link = linksAt(Info->Index); in indexOf() local
597 auto Link = Links.size(); in addLinks() local
DCFLSteensAliasAnalysis.cpp160 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h298 auto &Link = linksAt(Info.Index); in finalizeSets() local
309 const auto *Link = &Links[Idx]; in propagateAttrs() local
389 auto &Link = linksAt(Info->Index); in noteAttributes() local
567 auto &Link = linksAt(Info->Index); in indexOf() local
588 auto Link = Links.size(); in addLinks() local
DCFLSteensAliasAnalysis.cpp147 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp981 const MCSymbol *Link = TextSec.getBeginSymbol(); in getStackSizesSection() local
/external/syzkaller/pkg/email/
Dparser.go24 Link string member
/external/toolchain-utils/automation/server/monitor/
Ddashboard.py20 Link = namedtuple('Link', 'href name') variable
/external/syzkaller/dashboard/app/
Dentities.go30 Link string member
92 Link string member
143 Link string // web link for the job (e.g. email in the group) member
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp240 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local
271 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local
288 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp240 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() local
271 unsigned Link = (OC[Offset] & 0x4) >> 3; in opcode_11010Lxx() local
288 unsigned Link = (OC[Offset] & 0x4) >> 2; in opcode_11011Lxx() local
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp652 spv_result_t Link(const Context& context, in Link() function
670 spv_result_t Link(const Context& context, const uint32_t* const* binaries, in Link() function
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp652 spv_result_t Link(const Context& context, in Link() function
670 spv_result_t Link(const Context& context, const uint32_t* const* binaries, in Link() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp63 std::string a(const std::string &Link, const std::string &Str, in a()
452 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h175 unsigned Link; // sh_link - Section header table index link. variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Doptrecord.py146 def Link(self): member in Remark

1234