Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.h44 llvm::Module *getModule() const { return Mod; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSlotTracker.h60 const Module *getModule() const { return M; } in getModule() function
DBasicBlock.h114 Module *getModule() { in getModule() function
DDiagnosticInfo.h248 const Module &getModule() const { return M; } in getModule() function
271 const Module &getModule() const { return M; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h117 const Module &getModule() const { return *Mod; } in getModule() function
118 Module &getModule() { return *Mod; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h113 Module &getModule() const { return M; } in getModule() function
342 Module &getModule() const { return G->getModule(); } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h78 Module &getModule() { return Composite; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/third_party/jsframework/runtime/main/page/
Dregister.ts39 export function getModule(moduleName) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h164 const Module *getModule() const { return TheModule; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp140 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
DInstruction.cpp55 const Module *Instruction::getModule() const { in getModule() function in Instruction
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts237 public getModule(x: int, y: int): boolean { method in qrcodegen.QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java282 public boolean getModule(int x, int y) { in getModule() method in QrCode
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp383 bool QrCode::getModule(int x, int y) const { in getModule() function in qrcodegen::QrCode
/third_party/qrcodegen/c/
Dqrcodegen.c768 testable bool getModule(const uint8_t qrcode[], int x, int y) { in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h663 uint16_t getModule() const { return Module; } in getModule() function