OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findBitcodeInObject
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Object/
FunctionIndexObjectFile.cpp
36
FunctionIndexObjectFile::
findBitcodeInObject
(const ObjectFile &Obj) {
65
return
findBitcodeInObject
(*ObjFile->get());
IRObjectFile.cpp
266
ErrorOr<MemoryBufferRef> IRObjectFile::
findBitcodeInObject
(const ObjectFile &Obj) {
294
return
findBitcodeInObject
(*ObjFile->get());
Completed in 176 milliseconds