OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBitcodeFile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Path.cpp
216
Path::
isBitcodeFile
() const {
/external/llvm/tools/lto/
LTOModule.cpp
163
///
isBitcodeFile
- Returns 'true' if the file (or memory contents) is LLVM
165
bool LTOModule::
isBitcodeFile
(const void *mem, size_t length) {
170
bool LTOModule::
isBitcodeFile
(const char *path) {
171
return llvm::sys::Path(path).
isBitcodeFile
();
Completed in 293 milliseconds