OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getComdat
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h
122
bool hasComdat() const { return
getComdat
() != nullptr; }
123
const Comdat *
getComdat
() const { return ObjComdat; }
124
Comdat *
getComdat
() { return ObjComdat; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp
172
const Comdat *GlobalValue::
getComdat
() const {
176
return const_cast<GlobalObject *>(GO)->
getComdat
();
182
return cast<GlobalObject>(this)->
getComdat
();
Completed in 45 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026