OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTargetMatch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lto/
LTOModule.h
176
///
isTargetMatch
- Returns 'true' if the memory buffer is for the specified
178
static bool
isTargetMatch
(llvm::MemoryBuffer *memBuffer,
LTOModule.cpp
170
return
isTargetMatch
(buffer, triplePrefix);
178
return
isTargetMatch
(buffer.take(), triplePrefix);
181
///
isTargetMatch
- Returns 'true' if the memory buffer is for the specified
183
bool LTOModule::
isTargetMatch
(MemoryBuffer *buffer, const char *triplePrefix) {
Completed in 27 milliseconds