Searched defs:getComdat (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h120 const Comdat *getComdat() const { return ObjComdat; } function in class:llvm::GlobalObject
121 Comdat *getComdat() { return ObjComdat; } function in class:llvm::GlobalObject
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp175 const Comdat *GlobalValue::getComdat() const { function in class:GlobalValue

Completed in 180 milliseconds