Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h61 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
62 Comdat *getComdat() { return ObjComdat; } in getComdat() function
H A DGlobalValue.h118 const Comdat *getComdat() const { in getComdat() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp116 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1095 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser