Home
last modified time | relevance | path

Searched defs:getComdat (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h74 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
75 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h208 const Comdat *getComdat() const { in getComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h120 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
121 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h231 Comdat *getComdat() { in getComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1465 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser