Searched refs:is_native (Results 1 – 11 of 11) sorted by relevance
39 bool is_native = false; in LinkInItems() local40 if (LinkInLibrary(I->first, is_native)) in LinkInItems()42 if (is_native) in LinkInItems()46 bool is_native = false; in LinkInItems() local47 if (LinkInFile(sys::Path(I->first), is_native)) in LinkInItems()49 if (is_native) in LinkInItems()59 bool is_native; in LinkInItems() local62 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 …]
95 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) { in LinkInArchive() argument124 is_native = true; in LinkInArchive()127 is_native = false; in LinkInArchive()
192 bool &is_native ///< Indicates if the file is native object file222 bool& is_native ///< Indicates if lib a native library239 bool& is_native ///< Indicates if archive is a native archive
4 is_native = config.root.host_triple == config.root.target_triple5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
198 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()
951 bool is_native = RegExpImpl::UsesNativeRegExp(); in JSRegExpVerify() local960 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray())); in JSRegExpVerify()963 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); in JSRegExpVerify()
66 FLAG_ACCESSOR(kNative, is_native, set_native) in FLAG_ACCESSOR()
542 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()
169 bool is_native = DeclareGlobalsNativeFlag::decode(flags); in DeclareGlobals()172 if (is_function && is_native) attr |= READ_ONLY; in DeclareGlobals()
7110 bool is_native() const;7305 inline bool DecoderMethod::is_native() const {
7413 bool is_native() const;7608 inline bool DecoderMethod::is_native() const {