Home
last modified time | relevance | path

Searched refs:is_native (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkItems.cpp39 bool is_native = false; in LinkInItems() local
40 if (LinkInLibrary(I->first, is_native)) in LinkInItems()
42 if (is_native) in LinkInItems()
46 bool is_native = false; in LinkInItems() local
47 if (LinkInFile(sys::Path(I->first), is_native)) in LinkInItems()
49 if (is_native) in LinkInItems()
59 bool is_native; in LinkInItems() local
62 if(LinkInLibrary(*I, is_native)) in LinkInItems()
64 if (is_native) in LinkInItems()
74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) { in LinkInLibrary() argument
[all …]
DLinkArchives.cpp95 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) { in LinkInArchive() argument
124 is_native = true; in LinkInArchive()
127 is_native = false; in LinkInArchive()
/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h192 bool &is_native ///< Indicates if the file is native object file
222 bool& is_native ///< Indicates if lib a native library
239 bool& is_native ///< Indicates if archive is a native archive
/external/libcxxabi/test/native/arm-linux-eabi/
Dlit.local.cfg4 is_native = config.root.host_triple == config.root.target_triple
5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
/external/v8/src/
Dcompilation-info.cc198 DeclareGlobalsNativeFlag::encode(parse_info()->is_native()) | in GetDeclareGlobalsFlags()
204 return parse_info() && parse_info()->is_native() in SourcePositionRecordingMode()
210 return is_sloppy(parse_info()->language_mode()) && !parse_info()->is_native(); in ExpectsJSReceiverAsReceiver()
Dobjects-debug.cc951 bool is_native = RegExpImpl::UsesNativeRegExp(); in JSRegExpVerify() local
960 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray())); in JSRegExpVerify()
963 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); in JSRegExpVerify()
/external/v8/src/parsing/
Dparse-info.h66 FLAG_ACCESSOR(kNative, is_native, set_native) in FLAG_ACCESSOR()
Dparser.cc542 allow_lazy_ = FLAG_lazy && info->allow_lazy_parsing() && !info->is_native() && in Parser()
544 set_allow_natives(FLAG_allow_natives_syntax || info->is_native()); in Parser()
545 set_allow_tailcalls(FLAG_harmony_tailcalls && !info->is_native() && in Parser()
/external/v8/src/runtime/
Druntime-scopes.cc169 bool is_native = DeclareGlobalsNativeFlag::decode(flags); in DeclareGlobals()
172 if (is_function && is_native) attr |= READ_ONLY; in DeclareGlobals()
/external/protobuf/php/ext/google/protobuf/
Dupb.h7110 bool is_native() const;
7305 inline bool DecoderMethod::is_native() const {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7413 bool is_native() const;
7608 inline bool DecoderMethod::is_native() const {