Searched defs:getComdat (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalObject.h | 129 Comdat *getComdat() { return ObjComdat; } in getComdat() function |
H A D | GlobalValue.h | 243 const Comdat *getComdat() const; in getComdat() function |
/llvm-project/lld/wasm/ | ||
H A D | InputChunks.h | 75 uint32_t getComdat() const { return comdat; } in getComdat() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Globals.cpp | 193 const Comdat *GlobalValue::getComdat() const { getComdat() function in GlobalValue |
/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 1825 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { getComdat() function in LLParser |